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
- Open the server.xml file.
- Navigate to the following line:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
- Change the port number in this line:
<Connector port=“8080”
This
is the port that the server listens on for HTTP requests.
- 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.