You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/06/19 04:28:53 UTC

svn commit: r415233 - /geronimo/branches/1.1.0/assemblies/j2ee-tomcat-server/src/var/config/config.xml

Author: hogstrom
Date: Sun Jun 18 19:28:53 2006
New Revision: 415233

URL: http://svn.apache.org/viewvc?rev=415233&view=rev
Log:
Change Tomcat logging to be enabled so as to be consistent with Jetty

Modified:
    geronimo/branches/1.1.0/assemblies/j2ee-tomcat-server/src/var/config/config.xml

Modified: geronimo/branches/1.1.0/assemblies/j2ee-tomcat-server/src/var/config/config.xml
URL: http://svn.apache.org/viewvc/geronimo/branches/1.1.0/assemblies/j2ee-tomcat-server/src/var/config/config.xml?rev=415233&r1=415232&r2=415233&view=diff
==============================================================================
--- geronimo/branches/1.1.0/assemblies/j2ee-tomcat-server/src/var/config/config.xml (original)
+++ geronimo/branches/1.1.0/assemblies/j2ee-tomcat-server/src/var/config/config.xml Sun Jun 18 19:28:53 2006
@@ -67,10 +67,10 @@
     </module>
     <module name="geronimo/activemq/${pom.currentVersion}/car"/>
     <module name="geronimo/tomcat/${pom.currentVersion}/car">
+        <!-- To disable accesslogging uncomment the following lines
         <gbean name="TomcatEngine">
             <reference name="TomcatValveChain" />
         </gbean>
-        <!-- To disable accesslogging uncomment the following line
         <gbean name="FirstValve" load="false"></gbean>
         -->