[jboss-cvs] jbosstest/src/resources/web/federation/authext ...

Anil Saldhana anil.saldhana at jboss.com
Thu Jul 20 16:25:58 EDT 2006


  User: asaldhana
  Date: 06/07/20 16:25:58

  Modified:    src/resources/web/federation/authext  jboss-service.xml
  Log:
  JBQA-393: tc6
  
  Revision  Changes    Path
  1.4       +5 -5      jbosstest/src/resources/web/federation/authext/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/web/federation/authext/jboss-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- jboss-service.xml	28 Jun 2006 02:30:29 -0000	1.3
  +++ jboss-service.xml	20 Jul 2006 20:25:58 -0000	1.4
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!-- $Id: jboss-service.xml,v 1.3 2006/06/28 02:30:29 asaldhana Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.4 2006/07/20 20:25:58 asaldhana Exp $ -->
   
   <server>
   
  -   <mbean code="org.jboss.web.tomcat.tc5.Tomcat5"
  +   <mbean code="org.jboss.web.tomcat.tc6.Tomcat6"
         name="jboss.web:service=WebServer" xmbean-dd="META-INF/webserver-xmbean.xml">
   
   	  <!-- You can configure a set of authenticators keyed by http-auth method used -->
  @@ -69,9 +69,9 @@
   
         <!--
             Class of the session manager (used if context is marked as 'distributable'. Currently allowed values:
  -          - org.jboss.web.tomcat.tc5.session.JBossCacheManager
  +          - org.jboss.web.tomcat.tc6.session.JBossCacheManager
         -->
  -      <attribute name="ManagerClass">org.jboss.web.tomcat.tc5.session.JBossCacheManager</attribute>
  +      <attribute name="ManagerClass">org.jboss.web.tomcat.tc6.session.JBossCacheManager</attribute>
   
         <!-- The name of the request attribute under with the authenticated JAAS
         Subject is stored on successful authentication. If null or empty then
  @@ -167,7 +167,7 @@
         <depends>jboss.cache:service=TomcatClusteringCache</depends>
         -->
         <depends>jboss:service=TransactionManager</depends>
  -      <!-- Only needed if the org.jboss.web.tomcat.tc5.jca.CachedConnectionValve
  +      <!-- Only needed if the org.jboss.web.tomcat.tc6.jca.CachedConnectionValve
         is enabled in the tomcat server.xml file
         <depends>jboss.jca:service=CachedConnectionManager</depends>
         -->
  
  
  



More information about the jboss-cvs-commits mailing list