eclipse 中启动 Tomcat 报 45秒超时 错误 的解决方法
程序员文章站
2022-07-13 17:26:26
...
错误信息如下:
Server Tomcat v5.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
我按照它的提示,以为是让我去修改下图中左边的“server”文件呢,但找来找去没有找到相关项。后来谷歌了一下,发现应该是去修改 eclipse 中关于 server 的 timeout 设置。如下图:
双击图中右下方的"Tomcat v5.5 Server at localhost"就会弹出右边的配置文件,在其中将“Timeout”的"start"的值改大一点就OK了。