티스토리 뷰
프로그래밍/JSP/SPRING
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
bigphu 2018. 8. 2. 10:49이클립스에서 서버 구동 시 아래와 같은 에러와 함께 404 페이지가 떠버렸다.
원인은.. Maven Update 진행 시 WEB-INF/lib 경로가 삭제되어 그렇다고 한다.
해결방법은 의외로 간단했다.
1. 프로젝트 -> properties -> Deployment Assembly -> Add
2. Java Build Path Entries
3. Maven Dependencies
위 과정을 마치고 Apply를 한 후 서버를 재가동 하면 문제가 해결 된 것을 확인 할 수 있다.
'프로그래밍 > JSP/SPRING' 카테고리의 다른 글
[Spring Boot/Thymeleaf] Exception processing template (4) | 2021.06.26 |
---|---|
Spring boot install 오류 (0) | 2021.06.02 |
[Spring/Maven Error] RequestMapping cannot be resolved to a type (0) | 2017.11.03 |
[Spring/Maven Error] Eclipse Spring context 파일에 원인 모를 에러 발생시 (0) | 2017.11.03 |
JSP Servlet mapping 간단하게 하기! (0) | 2015.11.27 |
댓글