Page tree

The web services KMs use a Tomcat web server which is installed in PATROL_HOME/INET/websvc/tomcat. The Tomcat server is started automatically by the PATROL Agent and uses ports 6161 and 6162. If there is a firewall between your PATROL Console and PATROL Agent, then in order to configure web services, you must open port 6161 in the firewall. Otherwise, you must use a server inside the firewall, start a browser, and enter the following URL manually: http://managed_host:6161

To change the Tomcat port assignments

  1. Stop the PATROL Agent.
  2. Run the . patrolrc.sh script located at PATROL_HOME/Patrol3.

    Note

    To run the . patrolrc.sh, you must log in with the user credentials that you used to install PATROL Agent.

  3. Shut down tomcat using by running the script: PATROL_HOME/INET/websvc/shutdown.sh (or shutdown.bat for Windows)
  4. Change the two port numbers by editing the file server.xml located in: PATROL_HOME/INET/websvc/tomcat/conf/
  5. Make the same change in the startup script: PATROL_HOME/INET/websvc/wbsconfig.sh (or wbsconfig.bat for Windows)
  6. Restart your PATROL Agent.
  • No labels