[Tomcat] ClassFormatException : It is not a Java .class file [Starting Tomcat v9.0 Server at localhost]
·
▣ Server/Apache Tomcat🐱
- ClassFormatException : It is not a Java .class file Tomcat 7 버전 쓰던 프로젝트에서 Tomcat 버전을 9 버전으로 바꾸니 만나게 된 에러 It is not a Java .class file..❌ 모든 답은 로그에 있기에 로그를 보니 class 파일이 없다고 한다. 뭐가 문제인지 구글링 해보니.. Tomcat 7 버전에서 9 버전으로 바꾸면서 환경설정이 달라져 class 파일을 못찾는 거 같았다. - Publish module contexts to separate XML files란? 이클립스 환경설정이나 xml 파일 작업을 하면, 그것을 실제 톰캣에 있는 서버와 동기화하겠다는 것 - 참고자료 2. 개발환경설정 및 프로젝트 생성 1. 톰캣 8.5 서버 ..