ServerTomcatv7.0Serveratlocalhostwasunabletostartwithin45seconds.Iftheserverrequiresmoretime,tryincreasingthetimeoutintheservereditor.


修改workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。<servers>
<serverauto-publish-setting="2"auto-publish-time="1"configuration-id="/Servers/Tomcatv7.0Server-config"deployDir="wtpwebapps"hostname="localhost"id="Tomcatv7.0Server"name="Tomcatv7.0Server"runtime-id="Tomcatv7.0Server"server-type="org.eclipse.jst.server.tomcat.70"server-type-id="org.eclipse.jst.server.tomcat.70"start-timeout=""stop-timeout="45"testEnvironment="true"timestamp="5">
<listkey="modules"value0="test::org.eclipse.jst.jee.server:test::jst.web::3.0"/>
</server>
</servers>把start-timeout="45"改为start-timeout="1000"或者更长
重启eclipse就可以了。