Different formats for JGROUPS configuration file

22 Views Asked by At

Per the JGroups documentation, they show configuration as the following

enter image description here

In actual configuration files, I see the following :

enter image description here

Questions

1 - How is this command

initial_hosts="${jgroups.tcpping.initial_hosts:server1[9000],server2[9001]}"

different from

initial_hosts="server1[9000],server2[9001]"

Or are they the same?

2 - Where are the various parameters defined and are their any advantages to using them?

jgroups.tcpping.initial_hosts
jgroups.tcpping.return_entire_cache
jgroups.tcp.port_range
0

There are 0 best solutions below