Revision 6517
Added by ben leinfelder about 13 years ago
lib/hazelcast.xml | ||
---|---|---|
10 | 10 |
<network> |
11 | 11 |
<port auto-increment="true">5701</port> |
12 | 12 |
<join> |
13 |
<multicast enabled="true">
|
|
13 |
<multicast enabled="false">
|
|
14 | 14 |
<multicast-group>224.2.2.3</multicast-group> |
15 | 15 |
<multicast-port>54327</multicast-port> |
16 | 16 |
</multicast> |
17 |
<tcp-ip enabled="false">
|
|
18 |
<hostname>localhost</hostname>
|
|
17 |
<tcp-ip enabled="true">
|
|
18 |
<hostname>127.0.0.1</hostname>
|
|
19 | 19 |
</tcp-ip> |
20 | 20 |
</join> |
21 |
<interfaces enabled="false">
|
|
21 |
<interfaces enabled="true">
|
|
22 | 22 |
<interface>127.0.0.1</interface> |
23 | 23 |
</interfaces> |
24 | 24 |
<symmetric-encryption enabled="false"> |
Also available in: Unified diff
for default Metacat installation we turn off multicast and only enable localhost communication.