budsiya
budsiya

Reputation: 570

Starting eclipse in Tomcat - Debug Mode - Timeout Error

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

Answers (3)

Helio Bentzen
Helio Bentzen

Reputation: 677

You can try remove all breakpoints unnecessary and run again.

Upvotes: 0

Venuvardhan reddy
Venuvardhan reddy

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

harschware
harschware

Reputation: 13424

In server view, dbl-click on the server. The server configuration editor opens. There is a Timeouts section within.

Upvotes: 9

Related Questions