天天看點

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

嚴重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

Spring異常: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,然後再重新釋出才好。

是以,最好每次都這樣操作。

繼續閱讀