Problem:
Server Tomcat v7.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.
Solution:
Modify file: workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml.
1. Change start-timeout="45" to start-timeout="1000" (or longer according to different projects) in servers.xml
2. Restart eclipse.
本文介绍了解决Tomcat服务器启动超时的问题方法。通过修改Eclipse中servers.xml文件的start-timeout值来延长服务器启动等待时间,最终解决启动超时问题。
3099

被折叠的 条评论
为什么被折叠?



