Knowledge/Error

[Error] Eclipse에서 Tomcat 실행시 에러 Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

Jeong Jeon
반응형

Eclipse에서 Tomcat 구동 에러 ( maven 사용시 )

 

 

 

심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

 

java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener

 

at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1688)

 

 

maven > update project를 해줬더니 java build path에서 java 버전이 계속 다운그레이드 되고 complier도 다운그레이드 되면서 오류는 해결이 되지않는걸 겪을 때가 있다.

 

 

 

해결방법

1) .m2 repository폴더도 삭제 후 재 확인

 

안돼면

2) 프로젝트 > properties > Deployment Assembly 에서 Add > Java Build Path Entries > Maven Dependencies 선택 후, Apply  > tomcat을 restart 

maven 에서 "Update Project Configuration"를 실행하는 경우,  해당 정보가 삭제되므로 다시 등록해주면 된다.

반응형