문제

![I want to run java program in a web browser. I installed tomcat and eclipse. but i am getting an error "Starting tomcatv7.0 server at local host". How to solve this error? Please help me. I have attached the error page:

screenshot

도움이 되었습니까?

해결책

First check whether your TOMCAT_HOME\bin contains bootstrap.jar. Second, go to your project build path and remove reference of bootstrap.jar and then try to run the application.

Regards,

Bipul Sinha

다른 팁

it seems that u need to put bootstrap.jar in your tomcat's bin folder.

upd

try to delete tomcat's configured server from eclipse and add newone

upd goto Run -> Debug/Run Configuration -> Classpath tab and check your bootstrap.jar path is correct

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top