错误提示:

Server Tomcat v6.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.

错误原因:启动时间过长,超过服务器预设值 45 seconds;

解决方法1:双击 servers下面配置的tomcat→点击TimeOut→设置start(in seconds)然后重启。


如果以上操作还没解决问题,那么请看下面


错误原因2:项目debug调试中遗留的断点没有清楚

解决方法2:在eclipse先进入debug调试模式,然后把所有的断点清除再重新启动。


以上方法基本可以解决服务器启动时间超时的错误!

如过还不能解决,欢迎留言!