Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable the eclipse server startup timeout?

By default when using a webapp server in Eclipse Web Tools, the server startup will fail after a timeout of 45 seconds. I can increase this timeout in the server instance properties, but I don't see a way to disable the timeout entirely (useful when debugging application startup). Is there a way to do this?

like image 514
Seth Weiner Avatar asked Sep 19 '08 19:09

Seth Weiner


People also ask

How do I change my server timeout?

In the Server Properties dialog, select the Timeouts tab. In the Time Out field, adjust the length of time (in seconds) that the connection can be idle (default is 600 seconds). Click OK.

Where is Eclipse server editor?

After successful configuration of an instance of the Virgo Runtime Environment in Eclipse you can use the server editor to configure and explore many different aspects of the Virgo Runtime instance. To open a server editor double-click a Virgo Runtime instance in the Servers view.


1 Answers

enter image description here In Eclipse Indigo, you can edit the default timeout by double-clicking on the server in the "servers" view and changing the timeout for start (see graphic). Save your changes, and you're good to go!

like image 195
Julie Avatar answered Oct 11 '22 01:10

Julie