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! 错误的解决(代码片段

Java Servlets - 在 web.xml 中存储值列表(单个参数名称的多个参数值)

如何在 web.xml 中创建多个通配符 url 模式?

关于web项目web.xml配置文件路径的问题。

Web.xml警告“对Web内容中不存在的主文件名引用”