今天被这个问题把头都搞大了,又不能上网,想想就知道有多痛苦。
百度了一下,与大家分享。解决方案如下:
Timeout waiting for Tomcat v5.5 Server @localhost to start. Server did not start after 45s
eclipse设置的问题
eclipse wtp 3.2, 在winodw -> preferences -> server里,有项Server timeout delay ,就它了,
选个Longer应该就不会有问题了。
另外一种方法:
'Starting SERVER_NAME' has encountered a problem.
Server SERVER_NAME was unable to start within 50 seconds. If the server requires more time, try increasing the timeout in the server editor.
修改方法:
编辑servers.xml(your_workspace/.metadata/.plugins/org.eclipse.wst. server .core/servers.xml),搜索"start-timeout ",把值改大,比如start-timeout ="50000"。当然,需要重启eclipse。
解决Eclipse中Tomcat启动超时问题
本文提供了解决Eclipse环境下Tomcat启动超时的方案,通过调整eclipsewtp3.2配置中的Server timeout delay参数,或者直接修改servers.xml文件中的start-timeout属性来解决该问题。
1万+

被折叠的 条评论
为什么被折叠?



