Disabling Unused Ports on Front-End Servers

To disable the unused Tomcat port:

  1. Stop the front-end server.
  2. Open the server.xml file with a text editor. This file is located in the /conf/frontendserver/conf folder of the Performance Manager directory on the front-end server.
  3. Change the port setting in the first line of the file from <Server port="19132" shutdown="SHUTDOWN"> to <Server port="0" shutdown="SHUTDOWN">.
  4. Save and close the XML file.
  5. Re-start the front-end server.