[jboss-cvs] JBossAS SVN: r62473 - in branches/Branch_4_2/testsuite/src/resources/test-configs: tomcat-ssl/deploy/jboss-web.deployer and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 21 09:28:51 EDT 2007


Author: dimitris at jboss.org
Date: 2007-04-21 09:28:50 -0400 (Sat, 21 Apr 2007)
New Revision: 62473

Modified:
   branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jboss-web.deployer/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jboss-web.deployer/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jboss-web.deployer/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jboss-web.deployer/server.xml
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jboss-web.deployer/server.xml
Log:
JBAS-4357, fix the regressions introduced by the upgrade to jboss-web 2.0.0.GA

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jboss-web.deployer/server.xml	2007-04-21 06:45:38 UTC (rev 62472)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/jacc/deploy/jboss-web.deployer/server.xml	2007-04-21 13:28:50 UTC (rev 62473)
@@ -5,8 +5,7 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
-   <Service name="jboss.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="jboss.web">
 
       <!-- 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/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jboss-web.deployer/server.xml	2007-04-21 06:45:38 UTC (rev 62472)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jboss-web.deployer/server.xml	2007-04-21 13:28:50 UTC (rev 62473)
@@ -5,8 +5,7 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
-   <Service name="jboss.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="jboss.web">
 
       <!-- 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/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jboss-web.deployer/server.xml	2007-04-21 06:45:38 UTC (rev 62472)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso/deploy/jboss-web.deployer/server.xml	2007-04-21 13:28:50 UTC (rev 62473)
@@ -5,12 +5,11 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
-   <Service name="jboss.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="jboss.web">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
-         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
+         maxThreads="250" maxHttpHeaderSize="8192"
          emptySessionPath="true"
          enableLookups="false" redirectPort="8443" acceptCount="100"
          connectionTimeout="20000" disableUploadTimeout="true"/>
@@ -27,7 +26,7 @@
 
       <!-- SSL/TLS Connector configuration using the admin devl guide keystore
       <Connector port="8443" address="${jboss.bind.address}"
-           maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
+           maxThreads="100" maxHttpHeaderSize="8192"
            emptySessionPath="true"
            scheme="https" secure="true" clientAuth="false" 
            keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jboss-web.deployer/server.xml	2007-04-21 06:45:38 UTC (rev 62472)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-sso-cluster/deploy/jboss-web.deployer/server.xml	2007-04-21 13:28:50 UTC (rev 62473)
@@ -5,12 +5,11 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
-   <Service name="jboss.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="jboss.web">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
-         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
+         maxThreads="250" maxHttpHeaderSize="8192"
          emptySessionPath="true"
          enableLookups="false" redirectPort="8443" acceptCount="100"
          connectionTimeout="20000" disableUploadTimeout="true"/>
@@ -27,7 +26,7 @@
 
       <!-- SSL/TLS Connector configuration using the admin devl guide keystore
       <Connector port="8443" address="${jboss.bind.address}"
-           maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
+           maxThreads="100" maxHttpHeaderSize="8192"
            emptySessionPath="true"
            scheme="https" secure="true" clientAuth="false" 
            keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jboss-web.deployer/server.xml	2007-04-21 06:45:38 UTC (rev 62472)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-webctx/deploy/jboss-web.deployer/server.xml	2007-04-21 13:28:50 UTC (rev 62473)
@@ -5,12 +5,11 @@
    start to allow web apps to be deployed before starting the
    connectors.
    -->
-   <Service name="jboss.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="jboss.web">
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector port="8080" address="${jboss.bind.address}"
-         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
+         maxThreads="250" maxHttpHeaderSize="8192"
          emptySessionPath="true"
          enableLookups="false" redirectPort="8443" acceptCount="100"
          connectionTimeout="20000" disableUploadTimeout="true"/>
@@ -27,7 +26,7 @@
 
       <!-- SSL/TLS Connector configuration using the admin devl guide keystore
       <Connector port="8443" address="${jboss.bind.address}"
-           maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
+           maxThreads="100" maxHttpHeaderSize="8192"
            emptySessionPath="true"
            scheme="https" secure="true" clientAuth="false" 
            keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
@@ -128,10 +127,9 @@
 
    </Service>
    
-   <Service name="my.web"
-      className="org.jboss.web.tomcat.service.StandardService">
+   <Service name="my.web">
       <Connector port="8081" address="${jboss.bind.address}"
-         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
+         maxThreads="250" maxHttpHeaderSize="8192"
          emptySessionPath="true"
          enableLookups="false" redirectPort="8443" acceptCount="100"
          connectionTimeout="20000" disableUploadTimeout="true"/>




More information about the jboss-cvs-commits mailing list