I am trying to disable ehcache multicast. My configuration is :
class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
properties="peerDiscovery=automatic, multicastGroupAddress=224.0.0.1, multicastGroupPort=40001, timeToLive=0" />
<cacheManagerPeerListenerFactory
class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory" />
I have also tried ...