spring出现错误 求大神解决
spring架构时出现严重:
Error configuring application listener of class org.springframework.web.context.contextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.contextLoaderListener
但是在代码包中有这个contextLoaderListener这个类
怎么办啊 求大神帮忙
搜索更多相关主题的帖子:
listener spring
----------------解决方案--------------------------------------------------------
在某个地方的应用可能不对,没有引用到
----------------解决方案--------------------------------------------------------
目测是XML配置信息的问题
----------------解决方案--------------------------------------------------------
看看你的web.xml配置正确否?如果确认正确,把ApplicationContext.xml里面的东西先全部注了,一点一点找!应该是web.xml里面配置加载器的时候出的问题!
----------------解决方案--------------------------------------------------------
缺.jar了
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
----------------解决方案--------------------------------------------------------
是不是监听器
----------------解决方案--------------------------------------------------------