TimeoutwaitingforTomcatv5.5 Server@localhost tostart.Serverdidnotstartafter45s
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。
Tomcat启动45秒解决问题
最新推荐文章于 2019-02-12 19:03:31 发布
本文介绍了解决Eclipse中服务器启动超时问题的方法。一种是在偏好设置中选择更长的等待时间;另一种是手动编辑servers.xml文件,增加启动超时时间。
1184

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



