Changing the HTTP Ports for Tomcat

You can change the HTTP port numbers for Tomcat. If you change the HTTP port numbers for Tomcat, then you also have to change the port numbers on the Web Console.

According to your environment, you might have to perform these operations on different computers:

  • If the Web Console and the Web Server are installed on the same computer, and you change the HTTP port used by Tomcat, then on the same computer, change the port number in the registry key.

  • If the Web Console and the Web Server are installed on different computers, and you change the HTTP port number used by Tomcat on the Web Server computer, then on the Web Console computer, change the port number in the registry key.

Before You Begin

Changing the HTTP Ports for IIS

Procedure

  1. Go to the software_installation_path/Apache/Conf folder and open the server.xml file with an editor.

  2. In the server.xml file, locate the <Connector> element, and change the port number specified in the port attribute.

  3. Save and close the XML file.

What to Do Next

Changing the HTTP Ports for Web Console

Loading...