-
에러 : unable to load server configurations from 어쩌구 / java.io.FileNotFoundException개발 여정/Error 2021. 9. 16. 19:19
오류원인
- Run configuration 잘못 설정
--> Java Applcation X
---> Spring Boot App으로 설정해야 함. (Spring boot app이 tomcat을 가지고 있음)
++ server port 8080 -> 80으로 변경해야 함
- 이유 : 기본 서버가 80임 (8080은 인위적 서버)
'개발 여정 > Error' 카테고리의 다른 글
500 에러 : JSP file [/WEB-INF/jsp/user/sign_in.jsp] not found (0) 2021.09.16 tomcat not allowed 에러 (0) 2021.09.16 에러: Parameter index out of range (0) 2021.09.15 400 에러 Bad Request (0) 2021.09.15 c:when문이 반영이 안됐던 이유 (result의 키값) (0) 2021.09.10