Configuring the server interface services server port for HTTP

This topic provides instructions for configuring the interface services server port for HTTP on Windows.

About this task

The main way of configuring the interface services server is to edit the server.xml file in the conf subdirectory.

Procedure

  1. Open the server.xml file.
  2. Navigate to the following line:
    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
  3. Change the port number in this line:
    <Connector port=“8080”

    This is the port that the server listens on for HTTP requests.

  4. Save the file and restart the interface services server.
    Note: Take care when changing the server.xml file, as incorrect edits can lead to a complete loss of system functionality. Make a backup of the file before you edit it.

Feedback