Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP3 (5.2.7)
-
All
Description
Multicast settings now configurable from portal(-ext).properties
##
-
- Multicast
##
- Multicast
#
- Consolidate multicast address and port settings in one location for easier
- maintenance. These settings must correlate to your physical network
- configuration (i.e. firewall, switch, and other network hardware matter)
- to ensure speedy and accurate communication across a cluster.
# - Each address and port combination represent a conversation that is made
- between different nodes. If they are not unique or correctly set, there
- will be a potential of unnecessary network traffic that may cause slower
- updates or inaccurate updates.
#
#
- See the properties "cluster.link.channel.properties.0" and
- "cluster.link.channel.system.properties".
#
multicast.group.address["cluster-link-udp"]=208.0.0.1
multicast.group.port["cluster-link-udp"]=20801
#
- See the property "cluster.link.channel.system.properties".
#
multicast.group.address["cluster-link-mping"]=208.0.0.2
multicast.group.port["cluster-link-mping"]=20802
#
- See the properties "net.sf.ehcache.configurationResourceName" and
- "net.sf.ehcache.configurationResourceName.peerProviderProperties".
#
multicast.group.address["hibernate"]=208.0.0.3
multicast.group.port["hibernate"]=20803
#
- See the properties "ehcache.multi.vm.config.location" and
- "ehcache.multi.vm.config.location.peerProviderProperties".
#
multicast.group.address["multi-vm"]=208.0.0.4
multicast.group.port["multi-vm"]=20804
Attachments
Issue Links
- is related to
-
LPS-7255 Consolidate multicast settings in portal.properties
- Closed