By default Control-M Enterprise Manger tomcat web server listens on port 18080, how can it be changed to use another port? |
To configure tomcat to listen on a different port: Change the web server HTTP port to 18080 as an example using the manage_webserver utility. - Log on to the Control-M/Enterprise Manager Server - Run: manage_webserver -action update_ports HTTP_PORT=18080 - Restart the web server Additional Information: - It is not possible to set a port below 1024 for these are reserved port range on the operating System by IANA (Internet Assigned Numbers Authority). - On Linux and UNIX system, ports numbers below 1024 are privileged ports and are reserved for programs running as root. - Do check out this page: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
|