Global Cluster Properties

The following cluster properties affect the entire  cluster.
gateway83
The following cluster properties affect the entire 
API Gateway
 cluster.
Property
Description
cluster.AdminAppletPort
Port used when the Policy Manager is launched in the Enterprise Service Manager.
Default:
9443
The port specified must be defined as a listen port in the Policy Manager, with "Browser-based administration" enabled. For details, see Manage Listen Ports and Listen Port Properties.
cluster.hostname
The fully qualified domain name of the external hostname for the cluster.
Default:
${defaultClusterHost} 
cluster.httpPort
External HTTP port for the cluster. It is set dynamically based on the configured HTTP listener.
Default:
${httpPort} 
cluster.httpsPort
External HTTPS port for the cluster. It is set dynamically based on the configured HTTP listener.
Default:
${httpsPort}
 
cluster.replayProtection.
multicast.enabled
Controls whether the Protect Against Message Replay assertion uses multicast traffic to catch message IDs replayed to a different cluster node. Set this to "false" if your
API Gateway
is standalone. Value is a Boolean.
  • true
    = Enable cluster-wide multicast replay protection
  • false
    = Disable cluster-wide multicast replay protection. In this mode, the
    API Gateway
    performs replay protection on each node.
Default:
true
The
API Gateway
cluster nodes must be restarted for changes to take affect.