Hello,
Karaf version - 4.0.5
cellar version - 4.0.0
i tried with latest cellar as well by doing feature:repo-add cellar followed
by feature:install cellar
hazlecast.xml file is in etc folder
Configuration looks like below
<hz:network>
<hz:port auto-increment="true" port-count="100">5701</hz:port>
<hz:outbound-ports>
<hz:ports>0</hz:ports>
</hz:outbound-ports>
<hz:join>
<hz:multicast enabled="false">
<hz:multicast-group>224.2.2.3</hz:multicast-group>
<hz:multicast-port>54327</hz:multicast-port>
</hz:multicast>
<hz:tcp-ip enabled="true">
<hz:interface>10.165.20.27</hz:interface>
<hz:interface>10.165.20.45</hz:interface>
</hz:tcp-ip>
<hz:aws enabled="false">
<hz:access-key>my-access-key</hz:access-key>
<hz:secret-key>my-secret-key</hz:secret-key>
<hz:region>us-west-1</hz:region>
<hz:host-header>ec2.amazonaws.com</hz:host-header>
<hz:security-group-name>hazelcast-sg</hz:security-group-name>
<hz:tag-key>type</hz:tag-key>
<hz:tag-value>hz-nodes</hz:tag-value>
</hz:aws>
</hz:join>
<hz:interfaces enabled="true">
<hz:interface>10.165.20.*</hz:interface>
</hz:interfaces>
<hz:ssl enabled="false"/>
<hz:socket-interceptor enabled="false"/>
<hz:symmetric-encryption enabled="false">
<hz:algorithm>PBEWithMD5AndDES</hz:algorithm>
<hz:salt>thesalt</hz:salt>
<hz:password>thepass</hz:password>
<hz:iteration-count>19</hz:iteration-count>
</hz:symmetric-encryption>
</hz:network>
--
View this message in context:
http://karaf.922171.n3.nabble.com/Cellar-Clustering-in-karaf-tp4047542p4047557.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.