<a href="http://hbiao68.iteye.com/blog/1964618" target="_blank">轉:http://hbiao68.iteye.com/blog/1964618</a>
如果想修改tomcat釋出的端口,有兩種方法:
1、用記事本打開tomcat安裝目錄下的conf檔案夾下的server.xml,找到<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
把8080改成80,然後啟動tomcat的服務就行了,要確定80端口沒有被占用,否則會報錯的。
2、如果是使用eclipse啟動tomcat,則按照上面的方式是無法達到目的的。
解決辦法:
1、輕按兩下server,打開server配置頁面
2、修改端口号,如下圖所示: