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

出处: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服务器。

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

2、打开TimeOuts标签。

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

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

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

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

QQ群: 专注JavaWeb开发官方总群(178744906) 验证消息:JavaWeb1024

上一篇:adobe premiere pro cc2015.0已停止工作 解决办法


下一篇:执行sql出现No Dialect mapping for JDBC type: -9错误