Tomcat启动超时问题Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds

时间:2015-10-21 12:31:02   收藏:0   阅读:23311

使用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.

遇到此问题时,第一步先多启动几下试试,如果不行的话可以

把tomcat启动时间适当延长如下:

技术分享

打开tomcat设置页,修改启动时间:

技术分享

经上一步如果还是启动超时的话,可以对项目进行clean,它的

作用是将工程中的.class文件全部删除,同时重新编译工程:

技术分享

然后再次重新部署tomcat,启动即可。

 

原文:http://www.cnblogs.com/qupengkun/p/4897100.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!