[jboss-cvs] JBossAS SVN: r83028 - branches/Branch_5_0/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 18 12:23:24 EST 2009


Author: bstansberry at jboss.com
Date: 2009-01-18 12:23:23 -0500 (Sun, 18 Jan 2009)
New Revision: 83028

Modified:
   branches/Branch_5_0/tomcat/src/resources/server.xml
Log:
[JBAS-6315] Update ClusteredSSO comments

Modified: branches/Branch_5_0/tomcat/src/resources/server.xml
===================================================================
--- branches/Branch_5_0/tomcat/src/resources/server.xml	2009-01-18 16:28:52 UTC (rev 83027)
+++ branches/Branch_5_0/tomcat/src/resources/server.xml	2009-01-18 17:23:23 UTC (rev 83028)
@@ -121,12 +121,20 @@
                SingleSignOn valve (see the Tomcat docs), this version also 
                supports the following attributes:
             
-               cookieDomain   see above
+               cookieDomain   see non-clusterd valve above
                
-               treeCacheName  JMX ObjectName of the JBossCache MBean used to 
+               cacheConfig    Name of the CacheManager service configuration
+                              to use for the clustered SSO cache. See
+                              deploy/cluster/jboss-cache-manager.sar/META-INF/jboss-cache-manager-jboss-beans.xml
+                              Default is "clustered-sso".
+               
+               treeCacheName  Deprecated. Use "cacheConfig". 
+                              JMX ObjectName of the JBoss Cache MBean used to 
                               support credential caching and replication across
-                              the cluster. If not set, the default value is 
-                              "jboss.cache:service=ClusteredSSOCache"
+                              the cluster. Only used if no cache can be located
+                              from the CacheManager service using the "cacheConfig"
+                              attribute (or its default value). If not set, the 
+                              default is "jboss.cache:service=TomcatClusteringCache"
                               
                maxEmptyLife   The maximum number of seconds an SSO with no 
                               active sessions will be usable by a request




More information about the jboss-cvs-commits mailing list