Spring异常:Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

原因:

1、少spring的jar包

2、检查web.xml文件,可能名字写错,使文件名不匹配,。

 

更要注意的是,有时候Redeploy 可能都没有用,需要先Remove Deployment,然后再重新发布才好。

所以,最好每次都这样操作。

你可能感兴趣的:(spring,jar,application,Class,Deployment)