반응형
PageNotFound - No mapping found for HTTP request with URI [/test/index.page] in DispatcherServlet with name 'TEST'의 해결 방법은 WAS(Web Application Server)의 Module의 Path를 설정을 했더니 해결 되었다.
모듈 환경 설정이 바뀜에 따라 환경 설정 셋팅을 하고, 서버를 켰더니 아래와 같이 Not Found 404 떴다. 이놈의 Not Found 404는 보기만 해도 화나네.
그래서, Console을 봤더니 아래처럼 No mapping found for HTTP request with URI가 떴다.
이 문제는 Web.xml이나 서블릿 문제인건가? 봤는데 설정도 잘 되어 있었다.
그래서, 혹시나 WAS(Web Application Server)의 Modules를 봤는데, Path가 잘못되어 있었다. 그래서, Path를 경로에 맞게 설정했다.
그래서, WAS(Web Application Server)의 Path에 따라 접속 경로도 http://localhost:8080/otw로 했더니 문제 해결됐다.
반응형
'Problem Solving > 문제해결' 카테고리의 다른 글
java.net.malformedurlexception no protocol 문제 해결 방법 (0) | 2022.03.13 |
---|---|
[이클립스(Eclipse)] 디버깅 실행 시 에러 발생할 때 문제 해결 방법 (1) | 2022.03.11 |
java.net.ConnectException: Connection refused: connect 연결 거부 오류 문제 해결 방법 (2) | 2022.03.10 |
pom.xml webapp.lib 인식 안될 때 해결하는 방법 (0) | 2022.03.08 |
String index out of range: 37 문제 해결 방법 (0) | 2022.02.16 |
JDBC-8056:Invalid number of columns in query. 해결 방법 (0) | 2022.01.20 |
sun.misc.floatingdecimal.readjavaformatstring(floatingdecimal.java:2043), java.lang.NumberFormatException: For input string: "V" 문제 해결 방법 (0) | 2022.01.12 |
IBatis parametermap에서 MyBatis로 변경하는 방법 (0) | 2022.01.05 |
최근댓글