啟動Tomcat服務器報錯:
Several ports (8005, 8080, 8009) required by Tomcat
v5.5 Server at localhost are already in use. The server may already be
running in another process, or a system process may be using the port.
To start this server you will need to stop the other process or change
the port number(s).
原因:端口8005, 8080, 8009被占用了。可能是在打開Tomcat的情況下關閉了Eclipse,或是Eclipse非正常關閉,導致先前的Tomcat沒有被關閉,端口占用。
解決方法:
1)、打開任務管理器,找到Tomcat的進程javaw.exe,將它結束掉。沒有解決,往下看。
如果沒有這個進程,那可能是其他軟件占用了端口。
在開始菜單->運行->cmd->輸入netstat -anb命令,可以查看時哪個進程占用了8080和8009端口,然后在任務管理器中關閉該進程即可。
2)、修改Tomcat的配置文件。
例如:C:/tomcat5.5.25/conf/server.xml
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
將port="8080"中的端口改為一個沒有被占用的端口。
創(chuàng)新互聯(lián)專注于嘉陵網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供嘉陵營銷型網(wǎng)站建設,嘉陵網(wǎng)站制作、嘉陵網(wǎng)頁設計、嘉陵網(wǎng)站官網(wǎng)定制、重慶小程序開發(fā)服務,打造嘉陵網(wǎng)絡公司原創(chuàng)品牌,更為您提供嘉陵網(wǎng)站排名全網(wǎng)營銷落地服務。