Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If

 

 

修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。
  <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>  
 
把 start-timeout="45" 改为 start-timeout="1000" 或者更长
重启Eclipse

你可能感兴趣的:(tomcat)