본문 바로가기

DevelopNote/오류 모음

[intellij/tomcat] org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: ~

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

톰캣 구동 중에 ClassNotFoundException가 계속해서 발생했다.

 

[원인]

ide가 jar 라이브러리를 out 폴더에 복사할 수 없어서 나타나는 문제라한다.

 

- 참고

https://stackoverflow.com/questions/24520842/intellij-13-tomcat-error-configuring-application-listener-of-class-org-springfra

 

[해결방법]

tomcat의 lib 폴더를 빌드폴더에 복사한다.

 

300x250