GingerHead
GingerHead

Reputation: 8240

Having trouble with starting tomcat server in eclipse

I have a problem when starting TOmcat 6 server from eclipse, it pops up with the following 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.

Upvotes: 0

Views: 2194

Answers (1)

dimitrisli
dimitrisli

Reputation: 21421

It could be that it just takes too long to start-up. You can check that from your logs to see whether it was midway through when the default 45 secs cutt-off time occurred. If so, on the Servers view double-click on the tomcat instance you are deploying and in the Overview tab, click on the Timeouts section on the right column and give your tomcat a bit more time to startup.

Upvotes: 2

Related Questions