Configuring Tomcat 學習體會(01)
2. 更改端口8080直接修改server.xml當然可以修改端口了:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
posted on 2009-03-15 01:53 Terry Lee 閱讀(195) 評論(0) 編輯 收藏 所屬分類: Java 、Tomcat