이건 또 무슨 에러....?
젼쓰 에러 또 만났지 ... 젼또에(에러)
또 고쳐보자.. ┌( ಠ_ಠ)┘
Tomcat bootstrap.jar which is referenced by the classpath, does not exist.
tomcat 을 재설치 하거나 여러가지 이유로 tomcat 구동 시 다음과 같은 오류가 발생할 수 있다.
The archive: D:/~~/apache-tomcat-9.0.72/bin/bootstrap.jar which is referenced by the classpath, does not exist.
|
bootstrap.jar 를 참조할 수 없다-> 경로가 잘못되었다
Server > Tomcat v9.0 Server at localhost 클릭 > Server Overview
Server Overview > General information > Open launch configuration 항목을 클릭한다.
Edit Configuration > Classpath 탭으로 이동한다.
Classpath 항목을 보면 현재 설치된 Tomcat 경로와 맞지 않는 jar 파일이 있는 것을 확인 할 수 있다.
과감히 지워주면 된다.
혹여나 중복이거나 다른 파일도 경로가 맞지 않는다면 나머지도 깔끔하게 지워주거나 경로를 맞춰주면 된다.