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

Eclipse开发JavaWeb程序报Server Tomcat v7.0 at localhost was unable to start

2015-04-20 14:24 337 查看
出处:http://www.javaweb1024.com/info/582.jspx

原因重现:

Eclipse开发JavaWeb程序,启动Servers的Tomcat服务器,突然跳出弹出框,内容显示为:

Server Tomcat v7.0 at localhost was unable to start within 10 seconds. If the server requires more time, try increasing the timeout in the server editor.

Servers启动不了,仔细阅读问题所在,发现"unable to start within 10 seconds",就是启动时间设置太短.

解决方案:

1、双击你的Tomcat服务器。



2、打开TimeOuts标签。



3、设置较长的Start时间 ,比如450等。



4、Ctrl+s 保存你的配置,并且重新启动!(成功)

QQ群: 专注JavaWeb开发官方总群(178744906) 验证消息:JavaWeb1024
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐