Server Tomcat v8.0 Server at localhost is unable to start within seconds. If the server requires more time, try increasing the timeout in the server editor.
Problem Description:
Os:windows 7 x64
Eclipse:
Eclipse Java EE IDE for WEB developers.
Version:luna Service Release 2 (4.4.2)
Build id:20150219-0600
This error is prompted when the Java Web project starts debugging, as shown in the following figure:
There are two possible scenarios in which a project is misconfigured (possibly a database, Redis-like configuration error, or a related service is not started, firewalls, and so on);
The other is that the project starts really slow and takes longer, and the workaround is as follows:
Open the server view and double-click Tomcat v8.0 Server
To change the start time limit to:
Press Ctrl+s to save, and then start debugging.
If you change the time is very large, still can not start success, there are the following two cases:
1, the project configuration has a problem, said above;
2, Tomcat WebApps directory There are other projects, resulting in the service failed to start, try to delete other items, and then start debugging to see.
============================= I'm the divider line =====================================