헉!!/jsp, java
[tomcat] org.springframework.web.context.ContextLoaderListener 오류 해결방법
권태성
2013. 1. 9. 10:34
톰캣 시작시에 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 와 같은 에러가 나올때는
프로젝트에 maven dependency를 등록하면 됩니다.
이클립스 기준으로 설명드립니다.
프로젝트에서 properties - Deployment Assembly -> Add -> Java Build Path Entries -> Maven Dependencies 선택 후 Apply
위와 같이 설정하시면 됩니다.
728x90