Changing Ports
After installation, you can change the ports used by the local configuration page.
To change configuration ports
1. Log in to Windows as Administrator.
2. Open the following file using a text editor: C:\Program Files\Actian\Agent\Application\conf\server.xml
3. To change the HTTP Connection port, edit the port value in the following section:
<Connector port="9191" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
4. To change the HTTP Shutdown port, edit the port value following line:
<Server port="9192" shutdown="SHUTDOWN">
5. Save changes to the file.
Last modified date: 12/17/2021