7.9.10.2 Configure Servlet Port

The default servlet port configured for the Tomcat installation is 8080. Ignore this section if you must use the default port.

If you must use a different port number, you must first configure the port in the server.xml file in the conf directory of the Tomcat Installation directory. To configure the Servlet Port, follow these steps:
  1. Navigate to $CATALINA_HOME/conf. Open server.xml and locate the tag: "Define a non-SSL HTTP/1.1 Connector on port 8080 "
    Against this tag, a parameter is specified 'Connector port = "8080"'. Edit this value to the new port number that was used during the Infrastructure installation process.
  2. Save your changes in the server.xml file.

    Note:

    Make a note of the servlet port configured. This information is required during the installation of the OFSAA Application Pack.