remm        00/11/20 13:23:08

  Modified:    catalina/src/conf server.xml
  Log:
  - The AccessLogValve is now removed from the default configuration until
    further work is done to improve its performance.
    The XML is just commented out, so you can still easily use it if you want to.
  
  Revision  Changes    Path
  1.11      +2 -2      jakarta-tomcat-4.0/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- server.xml        2000/10/13 23:34:53     1.10
  +++ server.xml        2000/11/20 21:23:05     1.11
  @@ -112,9 +112,9 @@
         <Host name="localhost" debug="0" appBase="webapps">
   
           <!-- Access log processes all requests for this virtual host -->
  -        <Valve className="org.apache.catalina.valves.AccessLogValve"
  +        <!--Valve className="org.apache.catalina.valves.AccessLogValve"
                     prefix="localhost_access_log." suffix=".txt"
  -                 pattern="common"/>
  +                 pattern="common"/-->
   
           <!-- Logger shared by all Contexts related to this virtual host -->
           <Logger className="org.apache.catalina.logger.FileLogger"
  
  
  

Reply via email to