Server Tomcat v7.0 Server at localhost was unable to & nbs error problem solving

Encountered problems when the eclipse starts tomcat timeout 45 seconds:

Server Tomcat v7.0 Server localhost WAS AT Unable to Start the If the WITHIN 45 seconds The Server The requires at The More Time, Increasing the try at The timeout in Server Editor at The..

Online solutions.


1. eclipse menu - find the "window-> preferencs in the server in the bottom one: server timeout delay can be set to Unlimited!
But the eclipse did not find this option in 3.6, 3.7.

2. Modify the workspace \ .metadata \ .plugins \ org.eclipse.wst.server.core \ servers.xml file.
<font color="ed1c24">start-timeout="1000"</font> stop-timeout="15" testEnvironment="true" timestamp="5"></div> <div>   <list key="modules" value0="newkia::org.eclipse.jst.jee.server:newkia::jst.web::2.5"/></div> <div>


The start-timeout = "45" to start-timeout = "1000" or longer


Remember to restart eclipse

Reproduced in: https: //www.cnblogs.com/Codenewbie/p/3325581.html

Guess you like

Origin blog.csdn.net/weixin_33757609/article/details/93448098