JAVA web.xml中引用多个XML
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JAVA web.xml中引用多个XML相关的知识,希望对你有一定的参考价值。
web.xml里加
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext-security.xml
/WEB-INF/applicationContext-hibernate.xml
/WEB-INF/webservice-outbound.xml
</param-value>
</context-param>
以上是关于JAVA web.xml中引用多个XML的主要内容,如果未能解决你的问题,请参考以下文章
maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段
Choose unique values for the 'webAppRootKey' context-param in your web.xml files! 错误的解决(代码片段