16 Mart 2011 Çarşamba

changing tomcat port

in order to change tomcat port, edit this line in CATALINA_HOME/conf/server.xml:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />

by changing 8080 to 8081 (for example..) and restart server..


tried in apache tomcat 7.0.5..

Hiç yorum yok:

Yorum Gönder