-
[Eclipse] Error: Could not find or load main class org.apache.catalina.startup.BootstrapCaused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.BootstrapWith Computer/Java 2021. 10. 28. 19:49
이클립스에서 톰캣 서버 설정 후 localhost를 호출했는데...
계속 오류가 나서 Tomcan 배치파일로 테스트를 먼저해봄- 이상무 확인
이클립스에서 오류난게 확실해서 서버다시 다 지우고 프로젝트 새로 불러옴
그때부터 오류를 만남..
ㅠㅠ왜 나를 힘들게하니.. 덕분에 잊고있던 명령어가 생각남...
1. cmd 실행
2. 사용되고 있는 포트 확인을 위한 명령어 입력
netstat -a -n -o -p tcp
3. 해당 포트(8080 등) 를 사용하고 있는 프로그램 pid 찾아서 끄기
taskkill /f /pid {{pid no}}
4. tomcat 재실행
출처: https://life-with-coding.tistory.com/372 [나다움]반응형'With Computer > Java' 카테고리의 다른 글
[Eclipse] cvc-id.3: A field of identity constraint 'web-app-filter-name-uniqueness' matched element 'web-app', but this element does not have a simple type. (0) 2021.10.28 JDBC에서 ResultSet rs와 int re의 역할 (0) 2020.01.28 VO와 DAO (0) 2020.01.28 [오류] java.lang.ArrayIndexOutOfBoundsException: 5 (0) 2020.01.12