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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 30 12:43:12 EDT 2008


Author: remy.maucherat at jboss.com
Date: 2008-04-30 12:43:12 -0400 (Wed, 30 Apr 2008)
New Revision: 72901

Modified:
   trunk/tomcat/src/resources/server.xml
Log:
- Use system property defaults introduced in JBoss Web 2.1.1 to make
  Host configuration robust (important, as hosts can be created
  dynamically).

Modified: trunk/tomcat/src/resources/server.xml
===================================================================
--- trunk/tomcat/src/resources/server.xml	2008-04-30 16:34:46 UTC (rev 72900)
+++ trunk/tomcat/src/resources/server.xml	2008-04-30 16:43:12 UTC (rev 72901)
@@ -65,9 +65,8 @@
             />
          -->
 
-       <Host name="localhost"
-          autoDeploy="false" deployOnStartup="false" deployXML="false" startChildren="false"
-          configClass="org.jboss.web.tomcat.security.config.JBossContextConfig"> 
+         <Host name="localhost"> 
+
             <!-- Uncomment to enable request dumper. This Valve "logs interesting 
                  contents from the specified Request (before processing) and the 
                  corresponding Response (after processing). It is especially useful 




More information about the jboss-cvs-commits mailing list