Change Tomcat Server's timeout in Eclipse

eclipse, tomcat

Solution

`Open the Servers view -> double click tomcat -> drop down the Timeouts section`

There you can increase the startup time for each particular server.

Problem

When I try to run my Tomcat I get a message: ``` 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. ``` Where is this server editor? I didn't find it in windows preference server. I am using Eclipse 3.6.

Original source