Name
configurePorts — This script is used to configure Web server ports on UNIX or Linux systems.
SYNOPSIS
configurePorts.sh [-status]|[-httpsPort <httpsPort>][-shutdownPort <shutdownPort>]
DESCRIPTION
The configurePorts script is used for the following purposes:
For configuring https and Tomcat shutdown ports
For querying the current values for the above ports
OPTIONS
- -status
Queries the current values for https and Tomcat shutdown ports
This option is to be used exclusive of other attributes.
- -httpsPort <httpsPort>
Modifies the httpsPort to the new value in web.xml of Tomcat
- - shutdownPort <shutdownPort>
Modifies the shutdownPort to the new value in web.xml of Tomcat
NOTES
To know the HTTPS port that OpsCenter uses, run the configurePorts utility.
Run the following command on Windows:
INSTALL_PATH\OpsCenter\gui\bin\goodies\configurePorts.cmd -status
Run the following command on UNIX:
<INSTALL_PATH>/SYMCOpsCenterGUI/bin/goodies/configurePorts.sh -status