Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » How to get a list of active CacheCoordination members?
How to get a list of active CacheCoordination members? [message #760079] Thu, 01 December 2011 03:54 Go to previous message
oernii  is currently offline 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
 
Read Message
Read Message
Previous Topic:How to get a ref cursor/resultset from a StoredFunctionCall or StoredProcedureCall
Next Topic:Server startup FileNotFoundException
Goto Forum:
  


Current Time: Tue May 21 11:14:06 EDT 2013

Powered by FUDForum. Page generated in 0.01627 seconds