HCL Workload Automation, Version 9.4

Disabling TCP/IP ports

Using the changeHostProperties script you can also disable some TCP/IP ports by setting the value of the following corresponding properties to false. If you are using Secure Sockets Layer Communication (SSL) in your network, disabling the non-secure HTTP and Administrative Console ports will ensure that only encrypted communication occurs in your network. By default these ports are all enabled. To disable them use the following properties:
httpEnabled
To disable the httpPort.
httpsEnabled
To disable the httpsPort.
adminEnabled
To disable the adminPort.
adminSecureEnabled
To disable the adminSecurePort.