Reputation: 570
I get the following timeout error when trying to start tomcat in eclipse.
Timeout waiting for Tomcat v5.5 Server at localhost to start. Server did not start after 45s.
Does anyone know hot to set the tomcat timeout?
Upvotes: 4
Views: 6027
Reputation: 677
You can try remove all breakpoints unnecessary and run again.
Upvotes: 0
Reputation: 11
You can go to "Windows"-->"Preferences"--> click on "Server" then you will see drop down "Server timeout delay". Select Longer. It should work.
Upvotes: 1
Reputation: 13424
In server view, dbl-click on the server. The server configuration editor opens. There is a Timeouts section within.
Upvotes: 9