Tomcat bootstrap.jar which is referenced by the classpath, does not exist.

2019. 10. 25. 16:29etc/error

tomcat 을 재설치 하거나 여러가지 이유로 tomcat 구동 시 다음과 같은 오류가 발생할 수 있다.

 

필자는 eclipse에서 tomcat를 구동하려는데 다음과 같은 오류를 만났다.

 

'Starting Tomcat v8.0 Server at localhost (project)' has encountered a problem.

The archive : 

C:/dev/program/apache-tomcat-8.0.20/bin/bootstrap.jar which is referenced by the classpath, does not exist.

bootstrap.jar 를 참조할 수 없다고 하니 경로가 잘못되었음을 인지할 수 있다.

 

 

해결방법

Server Overview > General information > Open launch configuration 항목을 클릭한다.

 

 

 

Edit Configuration > Classpath 탭으로 이동한다.

 

Classpath 항목을 보면 현재 설치된 Tomcat 경로와 맞지 않는 jar 파일이 있는 것을 확인 할 수 있다.

 

과감히 지워주면 된다.

 

혹여나 중복이거나 다른 파일도 경로가 맞지 않는다면 나머지도 깔끔하게 지워주거나 경로를 맞춰주면 된다.