Eclipse启动超时

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. 

修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。

把 start-timeout="45" 改为 start-timeout="200" 或者更长

重启eclipse

猜你喜欢

转载自blog.csdn.net/qq_39212193/article/details/81534001