首页 > 系统服务 > 详细

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

时间:2014-12-25 19:57:33      阅读:395      评论:0      收藏:0      [点我收藏+]

在用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即可

 

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

原文:http://www.cnblogs.com/xiaofeilee/p/4185213.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!