ZENServer’s non-secure port (80) is disabled by default to ensure that the ZENServer communication is over a secure port (443).
To enable the non-secure port, perform the following steps:
Update the port number on the server. The server.xml file can be accessed from the following location:
Windows: %ZENSERVER_HOME%\conf\tomcat-conf\zenclient-mgmt
Linux: /etc/opt/microfocus/zenworks/tomcat-conf/zenclient-mgmt
Open the server.xml file in a text editor and go to the Service section.
Uncomment the Connector subsection with port 80 by removing <!-- and -->.
Run the following configure action:
microfocus-zenworks-configure -Z -c UpdateTomcatConfFilesConfigureAction
Restart the ZENworks services by running the following configure action:
microfocus-zenworks-configure -c Start
After running the command, under Action, select Stop.