반응형
🤬 문제
- Spring boot를 이용해 jsp를 호출함에 있어 Itellij IDE에서 아래의 오류 발생
- 페이지를 찾을 수 없음 404 ERROR
😅 원인
- 해당 프로젝트 실행 설정 중 Working Directory이 부모 폴더의 경로로 설정이 되어있었다. EX) portal/parents
☺ 해결방법
- 실행 configurations 변경 필요
- 오른쪽 상단 콤보박스 > 실행 Application 확인 > Configuration Edit > Modify Options > Working directory > portal/parent/myDitectory 수정
반응형
'WEB' 카테고리의 다른 글
[Vue] 여러 컨테이너 다루기: v-show, v-if, :is, keep-alive (0) | 2024.09.25 |
---|---|
[Nuxt] Nuxt 2 설치 및 실행 (0) | 2024.05.26 |
[Vue.js] Vewx란? (1) | 2024.02.16 |
[Intellij] intellij tomcat 실행 시 한글 깨짐 (0) | 2024.01.08 |
Intellij에서 Spring 프로젝트 Tomcat으로 띄우기 (2) | 2024.01.08 |