How to get a list of active CacheCoordination members? [message #760078] |
Thu, 01 December 2011 08:54 |
oernii Messages: 3 Registered: March 2010 |
Junior Member |
|
|
Hi, for our administrator we would need a way to allow them to view the members of Cache Coordination cluster. We currently use multicast and RMI configuration like this:
<property name="eclipselink.cache.coordination.protocol" value="rmi" />
<property name="eclipselink.cache.coordination.jndi.user" value="" />
<property name="eclipselink.cache.coordination.jndi.password" value="" />
<property name="eclipselink.cache.coordination.rmi.url" value="rmi://server13:1099/" />
<property name="eclipselink.cache.coordination.naming-service" value="rmi" />
<property name="eclipselink.cache.coordination.rmi.announcement-delay" value="1000" />
<property name="eclipselink.cache.coordination.rmi.multicast-group" value="239.192.0.0" />
<property name="eclipselink.cache.coordination.rmi.multicast-group.port" value="3121" />
<property name="eclipselink.cache.coordination.packet-time-to-live" value="2" />
thanks
|
|
|
Powered by
FUDForum. Page generated in 0.03354 seconds