Resetting the interface services server port

Reset the port number in the server.xml file in the conf subdirectory.

Procedure

  1. Open the server.xml file in the conf subdirectory.
  2. Change the Shutdown port number and the Start port number.
    • To change the Shutdown port number, change the number in the following line:
      <Server port="8005" shutdown="SHUTDOWN">
    • To change the Start port number, navigate to the following line:
      <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
  3. Change the number in the next line:
    <Connector port=“8080”
  4. Save the file.

Feedback