[jboss-cvs] JBossAS SVN: r67196 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 16 14:32:46 EST 2007


Author: remy.maucherat at jboss.com
Date: 2007-11-16 14:32:46 -0500 (Fri, 16 Nov 2007)
New Revision: 67196

Modified:
   trunk/tomcat/src/resources/server.xml
Log:
- Remove emptySessionPath attribute.

Modified: trunk/tomcat/src/resources/server.xml
===================================================================
--- trunk/tomcat/src/resources/server.xml	2007-11-16 19:29:23 UTC (rev 67195)
+++ trunk/tomcat/src/resources/server.xml	2007-11-16 19:32:46 UTC (rev 67196)
@@ -10,8 +10,7 @@
 
       <!-- A HTTP/1.1 Connector on port 8080 -->
       <Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}" 
-               connectionTimeout="20000" emptySessionPath="true"
-               redirectPort="8443" />
+               connectionTimeout="20000" redirectPort="8443" />
 
       <!-- Add this option to the connector to avoid problems with 
           .NET clients that don't implement HTTP/1.1 correctly 
@@ -20,12 +19,11 @@
 
       <!-- A AJP 1.3 Connector on port 8009 -->
       <Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
-         emptySessionPath="true" redirectPort="8443" />
+         redirectPort="8443" />
 
       <!-- SSL/TLS Connector configuration using the admin devl guide keystore
       <Connector protocol="HTTP/1.1" SSLEnabled="true" 
            port="8443" address="${jboss.bind.address}"
-           emptySessionPath="true"
            scheme="https" secure="true" clientAuth="false" 
            keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
            keystorePass="rmi+ssl" sslProtocol = "TLS" />




More information about the jboss-cvs-commits mailing list