[jboss-cvs] JBossAS SVN: r61396 - in trunk/testsuite/src/resources/test-configs: tomcat-sso-cluster/deployers/jbossweb.deployer and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 17 13:11:34 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-17 13:11:34 -0400 (Sat, 17 Mar 2007)
New Revision: 61396

Modified:
   trunk/testsuite/src/resources/test-configs/tomcat-sso-cluster/deployers/jbossweb.deployer/server.xml
   trunk/testsuite/src/resources/test-configs/tomcat-sso/deployers/jbossweb.deployer/server.xml
Log:
Update the obsolete org.jboss.web.tomcat.tc6 pkg name

Modified: trunk/testsuite/src/resources/test-configs/tomcat-sso/deployers/jbossweb.deployer/server.xml
===================================================================
--- trunk/testsuite/src/resources/test-configs/tomcat-sso/deployers/jbossweb.deployer/server.xml	2007-03-17 17:01:05 UTC (rev 61395)
+++ trunk/testsuite/src/resources/test-configs/tomcat-sso/deployers/jbossweb.deployer/server.xml	2007-03-17 17:11:34 UTC (rev 61396)
@@ -113,47 +113,6 @@
              -->
             <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
 
-            <!-- Uncomment to enable single sign-on across web apps
-               deployed to this host AND to all other hosts in the cluster.
-            
-               If this valve is used, do not use the standard Tomcat SingleSignOn
-               valve shown above.
-            
-               Valve uses a JBossCache instance to support SSO credential 
-               caching and replication across the cluster.  The JBossCache 
-               instance must be configured separately.  By default, the valve 
-               shares a JBossCache with the service that supports HttpSession 
-               replication.  See the "tc6-cluster-service.xml" file in the
-               server/all/deploy directory for cache configuration details.
-            
-               Besides the attributes supported by the standard Tomcat
-               SingleSignOn valve (see the Tomcat docs), this version also 
-               supports the following attributes:
-            
-               cookieDomain   see above
-               
-               treeCacheName  JMX ObjectName of the JBossCache MBean used to 
-                              support credential caching and replication across
-                              the cluster. If not set, the default value is 
-                              "jboss.cache:service=TomcatClusteringCache", the 
-                              standard ObjectName of the JBossCache MBean used 
-                              to support session replication.
-            -->
-            <!--
-            <Valve className="org.jboss.web.tomcat.tc6.sso.ClusteredSingleSignOn" />
-            -->
-         
-            <!-- Check for unclosed connections and transaction terminated checks
-                 in servlets/jsps.
-                 
-                 Important: The dependency on the CachedConnectionManager
-                 in META-INF/jboss-service.xml must be uncommented, too
-            TODO:
-            <Valve className="org.jboss.web.tomcat.tc6.jca.CachedConnectionValve"
-                cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
-                transactionManagerObjectName="jboss:service=TransactionManager" />
-           -->
-                
          </Host>
 
       </Engine>

Modified: trunk/testsuite/src/resources/test-configs/tomcat-sso-cluster/deployers/jbossweb.deployer/server.xml
===================================================================
--- trunk/testsuite/src/resources/test-configs/tomcat-sso-cluster/deployers/jbossweb.deployer/server.xml	2007-03-17 17:01:05 UTC (rev 61395)
+++ trunk/testsuite/src/resources/test-configs/tomcat-sso-cluster/deployers/jbossweb.deployer/server.xml	2007-03-17 17:11:34 UTC (rev 61396)
@@ -141,19 +141,8 @@
                               standard ObjectName of the JBossCache MBean used 
                               to support session replication.
             -->
-            <Valve className="org.jboss.web.tomcat.tc6.sso.ClusteredSingleSignOn" />
-         
-            <!-- Check for unclosed connections and transaction terminated checks
-                 in servlets/jsps.
-                 
-                 Important: The dependency on the CachedConnectionManager
-                 in META-INF/jboss-service.xml must be uncommented, too
-            TODO:
-            <Valve className="org.jboss.web.tomcat.tc6.jca.CachedConnectionValve"
-                cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
-                transactionManagerObjectName="jboss:service=TransactionManager" />
-           -->
-                
+          <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn" />
+ 
          </Host>
 
       </Engine>




More information about the jboss-cvs-commits mailing list