[jboss-cvs] JBossAS SVN: r59838 - in branches/Branch_4_2/testsuite/src/resources/test-configs: tomcat-ssl/deploy/jbossweb-tomcat55.sar and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 19 10:58:12 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-19 10:58:12 -0500 (Fri, 19 Jan 2007)
New Revision: 59838

Modified:
   branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb-tomcat55.sar/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jbossweb-tomcat55.sar/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat55.sar/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jbossweb-tomcat55.sar/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jbossweb-tomcat55.sar/server.xml
Log:
tomcat -> JBossWeb

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:53:51 UTC (rev 59837)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:58:12 UTC (rev 59838)
@@ -6,7 +6,7 @@
    connectors.
    -->
    <Service name="jboss.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb-tomcat55.sar/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:53:51 UTC (rev 59837)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:58:12 UTC (rev 59838)
@@ -6,7 +6,7 @@
    connectors.
    -->
    <Service name="jboss.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
 
       <!-- A HTTP/1.1 Connector on port 8080 which redirects to 8443 for https -->
       <Connector port="8080" address="${jboss.bind.address}"

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat55.sar/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:53:51 UTC (rev 59837)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:58:12 UTC (rev 59838)
@@ -6,7 +6,7 @@
    connectors.
    -->
    <Service name="jboss.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
@@ -145,7 +145,7 @@
                               to support session replication.
             -->
             <!--
-            <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" />
+            <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn" />
             -->
          
          
@@ -153,7 +153,7 @@
                  in servlets/jsps.
                  Important: You need to uncomment the dependency on the CachedConnectionManager
                             in META-INF/jboss-service.xml
-            <Valve className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve"
+            <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"
                 cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
                 transactionManagerObjectName="jboss:service=TransactionManager" />
             -->

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jbossweb-tomcat55.sar/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:53:51 UTC (rev 59837)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:58:12 UTC (rev 59838)
@@ -6,7 +6,7 @@
    connectors.
    -->
    <Service name="jboss.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
@@ -145,7 +145,7 @@
                               to support session replication.
             -->
             <!-- -->
-            <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn"
+            <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn"
                    maxEmptyLife="11" processExpiresInterval="5"/>
             <!-- -->
          
@@ -155,7 +155,7 @@
                  Important: You need to uncomment the dependency on the CachedConnectionManager
                             in META-INF/jboss-service.xml
             -->
-            <Valve className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve"
+            <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"
                 cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
                 transactionManagerObjectName="jboss:service=TransactionManager" />
 			

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jbossweb-tomcat55.sar/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:53:51 UTC (rev 59837)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:58:12 UTC (rev 59838)
@@ -6,7 +6,7 @@
    connectors.
    -->
    <Service name="jboss.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
@@ -109,7 +109,7 @@
                               to support session replication.
             -->
             <!--
-            <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" />
+            <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn" />
             -->
          
          
@@ -117,7 +117,7 @@
                  in servlets/jsps.
                  Important: You need to uncomment the dependency on the CachedConnectionManager
                             in META-INF/jboss-service.xml
-            <Valve className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve"
+            <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"
                 cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
                 transactionManagerObjectName="jboss:service=TransactionManager" />
             -->
@@ -129,7 +129,7 @@
    </Service>
    
    <Service name="my.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
       <Connector port="8081" address="${jboss.bind.address}"
          maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
          emptySessionPath="true"

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jbossweb-tomcat55.sar/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:53:51 UTC (rev 59837)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jbossweb-tomcat55.sar/server.xml	2007-01-19 15:58:12 UTC (rev 59838)
@@ -6,7 +6,7 @@
    connectors.
    -->
    <Service name="jboss.web"
-      className="org.jboss.web.tomcat.tc5.StandardService">
+      className="org.jboss.web.tomcat.service.StandardService">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
@@ -107,14 +107,14 @@
                                  encloses this element (e.g. "sso-partition/localhost")
             -->
             <!--
-            <Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" />
+            <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn" />
             -->
          
             <!-- Uncomment to check for unclosed connections and transaction terminated checks
                  in servlets/jsps.
                  Important: You need to uncomment the dependency on the CachedConnectionManager
                             in META-INF/jboss-service.xml
-            <Valve className="org.jboss.web.tomcat.tc5.jca.CachedConnectionValve"
+            <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"
                 cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"
                 transactionManagerObjectName="jboss:service=TransactionManager" />
             -->




More information about the jboss-cvs-commits mailing list