반응형
Error문구 1
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
Error문구 2
SEVERE: Error configuring application listener of class org.springframework.web.util.Log4jConfigListener java.lang.ClassNotFoundException: org.springframework.web.util.Log4jConfigListener
maven dependency 설정누락으로 인한 에러
maven dependency를 등록해주면 된다.
프로젝트 선택 -> properties -> Deployment Assembly 선택
"Add" -> Java Build Path Entries -> Maven Dependencies 선택" ->"Apply"
톰캣 재시작하면 서버가 정상적으로 실행된다.
메이븐 메뉴에서 "Update Project Configuration"를 실행후에는 항상 재설정 해주어야한다.
반응형
'[프로그래밍] > BackEnd' 카테고리의 다른 글
Tomcat7 tomcat-jdbc 설정 - Broken pipe 에러 회피 (0) | 2015.04.06 |
---|---|
스프링 MVC에서 SimpleMappingExceptionResolver 사용시 로그남기기 (1) | 2015.03.31 |
정보: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: (0) | 2015.03.26 |
날짜, 시간 관련 (0) | 2015.02.26 |
egovframe 정복하기 Step07- 샘플예제 게시판 실행하기 (0) | 2014.12.02 |
댓글