You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/05/11 00:48:21 UTC

svn commit: r537027 - /portals/jetspeed-2/trunk/etc/db-ojb/ehcache.xml

Author: ate
Date: Thu May 10 15:48:20 2007
New Revision: 537027

URL: http://svn.apache.org/viewvc?view=rev&rev=537027
Log:
Fix for https://issues.apache.org/jira/browse/JS2-719: Default ehcache configuration is setup for distributed operation which will fail the portal to startup when no network is available

Modified:
    portals/jetspeed-2/trunk/etc/db-ojb/ehcache.xml

Modified: portals/jetspeed-2/trunk/etc/db-ojb/ehcache.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/db-ojb/ehcache.xml?view=diff&rev=537027&r1=537026&r2=537027
==============================================================================
--- portals/jetspeed-2/trunk/etc/db-ojb/ehcache.xml (original)
+++ portals/jetspeed-2/trunk/etc/db-ojb/ehcache.xml Thu May 10 15:48:20 2007
@@ -136,13 +136,14 @@
       CachePeer objects are stashed for performance.
     * jndiUrls (mandatory) - specify a pipe separated list of jndiUrls,
       in the form protocol//hostname:port
-    -->
+      
     <cacheManagerPeerProviderFactory
             class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
             properties="peerDiscovery=automatic,
                         multicastGroupAddress=230.0.0.1,
                         multicastGroupPort=4446, timeToLive=1"/>
-
+    -->
+  
 
     <!--
     (Enable for distributed operation)
@@ -185,10 +186,10 @@
     Properties for JNDIRMICacheManagerPeerListenerFactory are the same as
     RMICacheManagerPeerListenerFactory.
 
-    -->
     <cacheManagerPeerListenerFactory
             class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"/>
-
+    -->
+  
 
     <!-- Cache configuration.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org