Eclipse 启动Tomcat 超时报错的解决方案

在用eclipse开发项目  用tomcat发布项目的时候  会提示超时,

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.

解决方案:

1、在 eclipse菜单-》window->preferencs里找到server 中最下面一项:server timeout delay 设置成 

Unlimited 即可!但是eclipse 3.6,3.7中没有找到这一选项。

2、修改workspace/.metadata/.plugins/org.eclipse.wst.server.core/servers.xml文件。

设置start-timeout为1000或者更长,默认值是45,之后重启eclipse即可

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。