Change Apache Tomcat Port Number
Tomcat runs on port 8080. But there can be situations where there are some other servers running on this same port, forcing you to change the port of one of the servers. Go to your tomcat installed path.
C:\..............\Tomcat 6.0\conf\server.xml
In the server.xml file; locate the following segment.
<Connector port="8080" … />
C:\..............\Tomcat 6.0\conf\server.xml
In the server.xml file; locate the following segment.
<Connector port="8080" … />
By Changing this 8080 port number to your new port number.
Comments
Post a Comment