How to change Apache Tomcat port XXXX(9080)

Category:

How to change the Port on TOMCAT to XXXX(9080).


In the server.xml file; locate the following segment.
Connector port="8080"
By changing this 8080 value of port attribute, server would start listening on new port number.
Connector port="9080"
Save the changed server.xml file and start the Tomcat server


Comments (0)

Post a Comment