When you start Tomcat, the server Tomcat v7.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 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 start-timeout= "45" to start-timeout= "1000" or restart Eclipse for longer.
Server Tomcat v7.0 server at localhost is unable to start within seconds ...