Hi All,
I'm having trouble creating separate groups for the hazelcast clusters. Both JVMs are running on the same localhost. The stdout on startup does show that they're picking up the correct config files however 2 members are still being discovered. Does the <group> only apply to multicast discovery ?
Thanks
Duke
<hazelcast>
<group>
<name>rsview</name>
<password>resolve</password>
</group>
<network>
<port auto-increment="true">5701</port>
<join>
<multicast enabled="false">
<multicast-group>224.2.2.3</multicast-group>
<multicast-port>54327</multicast-port>
</multicast>
<tcp-ip enabled="true">
<interface>127.0.0.1</interface>
</tcp-ip>
</join>
<interfaces enabled="true">
<interface>127.0.0.1</interface>
</interfaces>
...
and
<hazelcast>
<group>
<name>rscontrol</name>
<password>resolve</password>
</group>
<network>
<port auto-increment="true">5701</port>
<join>
<multicast enabled="false">
<multicast-group>224.2.2.3</multicast-group>
<multicast-port>54327</multicast-port>
</multicast>
<tcp-ip enabled="true">
<interface>127.0.0.1</interface>
</tcp-ip>
</join>
<interfaces enabled="true">
<interface>127.0.0.1</interface>
</interfaces>
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.Thanks guys.
I'll download the snapshot and give that a go.
Cheers
Duke