Revision 6488
Added by Chris Jones about 13 years ago
lib/hazelcast.xml | ||
---|---|---|
10 | 10 |
<network> |
11 | 11 |
<port auto-increment="true">5701</port> |
12 | 12 |
<join> |
13 |
<multicast enabled="false">
|
|
13 |
<multicast enabled="true">
|
|
14 | 14 |
<multicast-group>224.2.2.3</multicast-group> |
15 | 15 |
<multicast-port>54327</multicast-port> |
16 | 16 |
</multicast> |
17 |
<tcp-ip enabled="true">
|
|
17 |
<tcp-ip enabled="false">
|
|
18 | 18 |
<hostname>localhost</hostname> |
19 | 19 |
</tcp-ip> |
20 | 20 |
</join> |
Also available in: Unified diff
Use multicast in the hazelcast config for local deployments.