똑같은 삽질은 2번 하지 말자
org.springframework.web.servlet.PageNotFound 본문
1. web.xml 에서 DispatcherServlet 선언이 제대로 되어있는지 확인
servlet mapping 으로 받아놓았는데 아무것도 처리안해놓으면 바로 404 error다. 찾을수 없으니깐
2. servlet-context.xml 에 설정 확인
3. url mapping이 잘 되어있는지 컨트롤러에서 확인
4. servlet-context.xml에 <mvc:annotation-driven /> 선언 확인
'Spring > Error' 카테고리의 다른 글
org.springframework.beans.factory.BeanCreationException (0) | 2019.11.15 |
---|---|
Ajax 415 Error 원인/해결 (0) | 2019.08.01 |
SpringMVC View 부분 똑같은 tag name 이 있을시 (0) | 2019.08.01 |
Maven -> update project Configuration 해서 나는 오류 해결 (2) | 2019.06.23 |
mapper namespace 여러개 선언 (2) | 2019.06.18 |
Comments