Configuring Tomcat
If other software is running on the same machine as ServiceSWAT means that the default ports (see below) are not acceptable, then the Apache Tomcat configuration will need to be changed.
Open the server.xml
file in <installation directory>\conf
and change the following port numbers, as required:
7005
: Server shutdown port7070
: Connection port7443
: Redirect port7009
: AJP connector port
Â
Changing the Apache Tomcat configuration files is something that the Apache Documentation advises against. Please refer to the Apache Tomcat documentation before making any changes.
Â
Â