Create a Coherence Cluster configuration
Use this page to create a new Coherence cluster configuration.
Configuration Options
Name Description Name Enter a name for the Coherence cluster.
File path The external custom Coherence cluster configuration file.
MBean Attribute:
CoherenceClusterSystemResourceMBean.CustomClusterConfigurationFileName
Changes take effect after you redeploy the module or restart the server.
Clustering Mode Specifies a clustering mode of either Unicast or Multicast. If multicast is undesirable or unavailable in an environment, or when an environment is not properly configured to support multicast, then setting up the Well Known Addresses (WKA) feature is required. All cluster multicast communication is disabled if WKA is enabled.
MBean Attribute:
CoherenceClusterParamsBean.ClusteringMode
Changes take effect after you redeploy the module or restart the server.
Unicast Listen Port The port for the cluster unicast listener. A value of 0 indicates that the unicast listener port value will be derived from the server listen port. This value or the derived value will be used only if the CoherenceMemberConfigMBean unicast listen port is 0.
MBean Attribute:
CoherenceClusterParamsBean.UnicastListenPort
Minimum value:
0
Maximum value:
65535
Changes take effect after you redeploy the module or restart the server.
Multicast Listen Address The IP address for the cluster multicast listener.
MBean Attribute:
CoherenceClusterParamsBean.MulticastListenAddress
Changes take effect after you redeploy the module or restart the server.
Multicast Listen Port The port for the cluster multicast listener.
MBean Attribute:
CoherenceClusterParamsBean.MulticastListenPort
Minimum value:
1
Maximum value:
65535
Changes take effect after you redeploy the module or restart the server.