启动Tomcat 7.0 报 Server Tomcat v7.0 was unable to start within 45 seconds. If the server requires mor
Posted 云醉月未眠
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动Tomcat 7.0 报 Server Tomcat v7.0 was unable to start within 45 seconds. If the server requires mor相关的知识,希望对你有一定的参考价值。
解决
修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。
把其中的start-timeout="45" 改为 start-timeout="300" 或者更长,根据工程大小来设置。最后重启eclipse。
tart-timeout:启动超时
以上是关于启动Tomcat 7.0 报 Server Tomcat v7.0 was unable to start within 45 seconds. If the server requires mor的主要内容,如果未能解决你的问题,请参考以下文章