web.xml中的多个ContextLoader定义

时间:2015-01-09 06:46:36

标签: spring

我遇到了这个"Cannot initialize context because there is already a root application context present - check whether you have multiple ContextLoader* definitions in your web.xml!"错误。

我如何定义我的监听器和上下文参数:

< listener > 
< listener-class > org.springframework.web.context.ContextLoaderListener < /listener-class >
< context-param >
< param-name > contextConfigLocation < /param-name >
< param-value > /WEB-INF/applicationContext.xml,/WEB-INF/applicationContext-securityBeans.xml < /param-value >

当我使用Spring 3.1.2,Spring Security 3.1.4时工作正常。我升级到Spring 4.1.1和Spring Security 3.2.5并得到了这个错误。

我可以知道如何解决此错误吗?

提前致谢! 晶须

0 个答案:

没有答案