Shouts server Tomcat v6.0 server at localhost is unable to start within seconds ...
When you start Tomcat, the server Tomcat v6.0 server at localhost is unable to start within seconds. If the server requires more time, try increasing the timeout in the server editor. Error, that means your Tomcat boot timed out, sometimes you reboot, but sometimes you need to reboot a lot of times, if you don't want to, you just need to modify the start time of Tomcat, the following steps:
Modify the Workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml file.
<servers>
<server hostname= "localhost" id= "JBoss v5.0 at localhost" name= "JBoss v5.0 at localhost" runtime-id= "JBoss v5.0" server -type= "ORG.ECLIPSE.JST.SERVER.GENERIC.JBOSS5" server-type-id= "Org.eclipse.jst.server.generic.jboss5 " start-timeout= "stop-timeout=" timestamp= "0" >
<map jndiport= "1099" key= "generic_server_instance_properties" port= "8090" serveraddress= "127.0.0.1" ServerConfig = "Default"/>
</server>
</servers>
Change the start-timeout= "45" to start-timeout= "1000" or restart Eclipse for longer.
Or in the interface to modify
Category: Tomcat
Go Server Tomcat v6.0 Server at localhost is unable to start within seconds