Server MyEclipse Tomcat v7.0 was unable to start within 45 seconds. If the server requires more time
翻译为:
MyEclipse 的tomcat不能再45秒内启动服务。服务器需要更长的时间;
那就设置成更长的时间吧 ;
修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。
把其中的start-timeout="45" 改为 start-timeout="300" 或者更长,根据工程大小来设置。最后重启eclipse。
tart-timeout:启动超时