How to Change Ports

The default ports used by Reflection ZFE are:

Table 2 Reflection ZFE and MSS Default Ports

Session server

  • HTTP - 7070
  • HTTPS - 7443

Management and Security Server

  • HTTP - 80
  • HTTPS - 443
  • Database replication - 7000
  • Database replication TLS - 7001
  • X.509 Trusted subsystem - 8003
  • Service Registry - 8761

To change the default ports:

Table 3 Changing default ports

Component

Instructions

Reflection ZFE session server

  • Open sessionserver/microservices/zfe/service.yml to modify:

    -name : SERVER_PORT
     value: "7443"
    -name : SERVER_HTTP_PORT
     value: "7070"
  • 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>