[jboss-cvs] JBossAS SVN: r82373 - branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 18 09:46:00 EST 2008


Author: galder.zamarreno at jboss.com
Date: 2008-12-18 09:46:00 -0500 (Thu, 18 Dec 2008)
New Revision: 82373

Modified:
   branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml
Log:
[JBPAPP-1499] Added address="${jboss.bind.address}" to SSL connector.

Modified: branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml	2008-12-18 14:30:13 UTC (rev 82372)
+++ branches/JBPAPP_4_2_0_GA_CP/tomcat/src/resources/server.xml	2008-12-18 14:46:00 UTC (rev 82373)
@@ -30,7 +30,8 @@
          connector should be using the OpenSSL style configuration
          described in the APR documentation -->
     <!--
-    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
+    <Connector port="8443" address="${jboss.bind.address}"
+               protocol="HTTP/1.1" SSLEnabled="true"
                maxThreads="150" scheme="https" secure="true"
                clientAuth="false" sslProtocol="TLS" />
     -->




More information about the jboss-cvs-commits mailing list