注册 登录
编程论坛 J2EE论坛

spring出现错误 求大神解决

风云塔 发布于 2013-08-19 22:06, 2302 次点击
spring架构时出现
严重:
 Error configuring application listener of class org.springframework.web.context.contextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.contextLoaderListener
但是在代码包中有这个contextLoaderListener这个类
怎么办啊  求大神帮忙
5 回复
#2
java小蚂蚁2013-08-20 09:09
在某个地方的应用可能不对,没有引用到
#3
ren8292013-08-20 19:01
目测是XML配置信息的问题
#4
fl1350262092013-08-30 17:22
看看你的web.xml配置正确否?如果确认正确,把ApplicationContext.xml里面的东西先全部注了,一点一点找!应该是web.xml里面配置加载器的时候出的问题!
#5
cai4105795172013-09-03 14:10


缺.jar了
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
#6
cai4105795172013-09-03 14:11
是不是监听器
1