您的位置:首页 > 运维架构 > Tomcat

Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds

2017-01-11 00:00 435 查看
错误
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.

修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。
把 start-timeout="45" 改为 start-timeout="1000" 或者更长
注意:改完后要重启eclipse。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐