Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds, tomcatseconds

Source: Internet
Author: User

Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds, tomcatseconds

Error details: Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. ------- a prompt indicating connection timeout

Cause 1:

Errors Caused by limited deployment time.
Solution:
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
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 = "1000" stop-
Timeout = "15" 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 = "100" or longer, which can be set based on the project size. Restart eclipse.

Cause 2:

The database configuration is incorrect.

Solution:

Check whether the database is correctly configured.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.