After deploying/starting/stopping my Tomcat 7 server with Eclipse Indigo WTP perfectly well for weeks now, I've suddenly run into a problem whereby the Eclipse editor shuts down my server because it thinks it wasn't able to start it properly when in fact it did. I have a full logging console which confirms that it has started and I can access the web application I'm building. It seems the Eclipse editor thinks there is a problem when there isn't one!
Here's the error message:
Server Tomcat v7.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.
I should add that my application starts up in less than 5 seconds, I've tried running eclipse - clean
, I've tried deleting the server configuration from within Eclipse and reconfiguring it... what else can I try?