docmain.css" /> How to Change Ports - Reflection ZFE 2.1

How to Change Ports

Both the Reflection ZFE session server and MSS ports can be modified depending on your network needs. The default ports used by Reflection ZFE are:

Table 1-2 Reflection ZFE and MSS Default Ports

Session server

  • HTTP - 7070
  • HTTPS - 7443

Reflection ZFE Components for MSS

  • HTTP - 7080
  • HTTPS - 7444

Management and Security Server

  • HTTP - 80
  • HTTPS - 443

To change the default ports:

Table 1-3 Changing default ports

Component

Instructions

Reflection ZFE session server

The Reflection ZFE session server ports are set, and can be modified, in sessionserver/conf/container.properties.

  • servletengine.port=7070
  • servletengine.ssl.port=7443

To turn the port off, set the port value to 0. You can disable your non-secure SSL port by changing the value from 7070 to 0.

Management and Security Server

The SSL port MSS uses to make an HTTPS connection is set to 443 by default. If you need to change the port number, start the Management Server. This creates the default PropertyDS.xml file. Then, open PropertyDS.xml in the MssData directory. Change the value from 443 to the appropriate port number in the section below, and then restart the Management Server.

<CORE_PROPERTY NAME="sslport"> <STRING>443</STRING>