Configuring Port Numbers

Atlas Planning and Tracking Suite uses two Tomcat web servers for its application configuration. The default port values will work in common situations, but you can change them if you need to.
Remember: Each web server that runs on the same machine must have a different port number.
Each Tomcat web server has its own server.xml file.

To change the port number:

  1. Open the server.xml file for the proper application:
    Atlas
    C:\Program Files\Micro Focus\Atlas Planning and Tracking Suite\WebServer\conf
    Atlas Hub
    C:\Program Files\Micro Focus\Hub\WebServer\conf
  2. Locate the following section:
    <Connector executor="tomcatThreadPool"
                   port="80" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="8444" />
  3. Change the port number to a different value.
  4. Restart the web server service for this change to take effect.