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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 1 09:22:03 EST 2007


Author: stan.silvert at jboss.com
Date: 2007-02-01 09:22:03 -0500 (Thu, 01 Feb 2007)
New Revision: 60160

Modified:
   branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jboss-web.deployer/server.xml
Log:
http://jira.jboss.com/jira/browse/JBAS-4025


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-02-01 13:56:59 UTC (rev 60159)
+++ branches/Branch_4_2/testsuite/src/resources/test-configs/tomcat-ssl/deploy/jboss-web.deployer/server.xml	2007-02-01 14:22:03 UTC (rev 60160)
@@ -17,7 +17,7 @@
       <!-- SSL/TLS Connector configuration  -->
       <Connector port="8443" address="${jboss.bind.address}"
            maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
-           scheme="https" secure="true" clientAuth="true"
+           scheme="https" secure="true" clientAuth="true"  SSLEnabled="true"
            truststoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
            truststorePass="unit-tests-server"
            keystoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
@@ -31,13 +31,13 @@
       <!-- SSL/TLS Connector configuration  -->
       <Connector port="9443" address="${jboss.bind.address}"
            maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
-           scheme="https" secure="true" clientAuth="true"
+           scheme="https" secure="true" clientAuth="true" SSLEnabled="true"
          sslProtocol = "TLS" securityDomain="java:/jaas/jbosstest-ssl"
          SSLImplementation="org.jboss.net.ssl.JBossImplementation" />
       <!-- SSL/TLS Connector with encrypted keystore password configuration  -->
       <Connector port="9943" address="${jboss.bind.address}"
            maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
-           scheme="https" secure="true" clientAuth="true"
+           scheme="https" secure="true" clientAuth="true" SSLEnabled="true"
          sslProtocol = "TLS" securityDomain="java:/jaas/encrypt-keystore-password"
          SSLImplementation="org.jboss.net.ssl.JBossImplementation" />
 




More information about the jboss-cvs-commits mailing list