목록오류 정리 (5)
개발 공부 기록
spring oracle syntex에러
;
오류 정리
2022. 3. 2. 14:15

mvc2패턴 프로젝트 중 404에러 발생 .. views의 파일과 servlet파일 header의 파일 확인 후 이상없는 경우 1. servers - tomcat 9.0 더블클릭 - modules - path - / 로 변경 2. class 파일이 만들어졌는지 확인 만들어져있지 않다면 1) 파일 중 에러가 있는파일이 있는 경우 2) 프로젝트에서 우클릭 - properties - buildpath확인/project facets 확인 3. servers - tomcat 우클릭 - clean, clean tomcat work directory 해주기
오류 정리
2021. 12. 23. 09:54
sqldeveloper에러 - 접속오류 the network adapter could not establish the connection
윈도우 검색창 - 서비스 - OracleXETNSListener 우클릭해서 시작 - sqldeveloper 재접속
오류 정리
2021. 12. 20. 17:44

Server Tomcat v9.0 Server at localhost failed to start. 에러 아래 창에서 Servers -> Tomcat v9.0 Server at locallhost 더블클릭 -> Server Options에 publish module context to separate XML files 체크 후 저장 다시 실행하면 된다!
오류 정리
2021. 12. 17. 22:07