Eclipse啟動Tomcat逾時異常

來源:互聯網
上載者:User

Server Tomcat v6.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.

在eclipse中進行tomcat啟動時報這種異常,有可能是server中的tomcat配置timeout時間有點短。但也有可能是設定檔出錯了,比如在xml檔案中用角括弧(<>)時沒有進行特殊處理(得用<![CDATA[。。。]]>包起來)等簡單的文法問題。

加長tomcat啟動時timeout的時間:直接修改..\workspace\.metadata\.plugins\org.eclipse.wst.server.core\檔案夾下的server.xml檔案中的start-timeout就行,時間長短由你定,單位是秒。

<server auto-publish-setting="2" auto-publish-time="1"configuration-id="/Servers/Tomcat v6.0 Server at localhost-config"deployDir="wtpwebapps" hostname="localhost"id="Tomcat v6.0 Server at localhost"name="Tomcat v6.0 Server at localhost" runtime-id="Apache Tomcat v6.0"server-type="org.eclipse.jst.server.tomcat.60"server-type-id="org.eclipse.jst.server.tomcat.60" start-timeout="45"stop-timeout="15" testEnvironment="true" timestamp="1">    <list key="modules" value0="tank_sd::org.eclipse.jst.jee.server:tank_sd::jst.web::2.5"/></server>
修改完後記得重啟eclipse,那樣才有效果。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.