[jboss-cvs] JBossAS SVN: r62421 - branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jboss-web.deployer.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 19 08:12:30 EDT 2007


Author: remy.maucherat at jboss.com
Date: 2007-04-19 08:12:29 -0400 (Thu, 19 Apr 2007)
New Revision: 62421

Modified:
   branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jboss-web.deployer/server.xml
Log:
- Update SSL configuration.

Modified: branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jboss-web.deployer/server.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jboss-web.deployer/server.xml	2007-04-19 10:31:58 UTC (rev 62420)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/webservice-ssl/deploy/jboss-web.deployer/server.xml	2007-04-19 12:12:29 UTC (rev 62421)
@@ -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"/>
@@ -22,8 +21,8 @@
 
       <!-- SSL/TLS Connector configuration using the admin devl guide keystore -->
       <Connector port="8443" address="${jboss.bind.address}"
-           maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
-           emptySessionPath="true"
+           maxThreads="100" maxHttpHeaderSize="8192"
+           emptySessionPath="true" SSLEnabled="true"
            scheme="https" secure="true" clientAuth="true"
            truststoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
            truststorePass="unit-tests-server" 




More information about the jboss-cvs-commits mailing list