14.15 Enabling the Non-secure Port

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:

  1. 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

  2. Open the server.xml file in a text editor and go to the Service section.

  3. Uncomment the Connector subsection with port 80 by removing <!-- and -->.

  4. Run the following configure action:

    microfocus-zenworks-configure -Z -c UpdateTomcatConfFilesConfigureAction

  5. Restart the ZENworks services by running the following configure action:

    microfocus-zenworks-configure -c Start

    After running the command, under Action, select Stop.