Skip to main content


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 #760078] Thu, 01 December 2011 08:54
oernii  is currently offline oernii Friend
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
Previous Topic:Logging JPQL
Next Topic:Join on concatenated columns
Goto Forum:
  


Current Time: Fri Apr 19 23:22:39 GMT 2024

Powered by FUDForum. Page generated in 0.03378 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top