Author: markt
Date: Sat Mar 11 04:05:15 2006
New Revision: 385072

URL: http://svn.apache.org/viewcvs?rev=385072&view=rev
Log:
Remove all remaining traces of ByteBufferAccessLogValve

Modified:
    
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
    tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml
    tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml

Modified: 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml?rev=385072&r1=385071&r2=385072&view=diff
==============================================================================
--- 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
 (original)
+++ 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
 Sat Mar 11 04:05:15 2006
@@ -51,62 +51,6 @@
                type="java.lang.String"/>
   </mbean>
 
-  <mbean name="ByteBufferAccessLogValve"
-           description="Valve that generates asynchronously web server access 
log"
-           domain="Catalina"
-           group="Valve"
-           type="org.apache.catalina.valves.ByteBufferAccessLogValve">
-  
-      <attribute name="className"
-                 description="Fully qualified class name of the managed object"
-                 type="java.lang.String"
-                 writeable="false"/>
-  
-      <attribute name="containerName"
-                 description="Object name of the container"
-                 type="javax.management.ObjectName"/>
-  
-      <attribute name="directory"
-                 description="The directory in which log files are created"
-                 type="java.lang.String"/>
-  
-      <attribute   name="pattern"
-                 description="The pattern used to format our access log lines, 
which must be either common or combined"
-                 type="java.lang.String"/>
-  
-      <attribute name="prefix"
-                 description="The prefix that is added to log file filenames"
-                 type="java.lang.String"/>
-  
-      <attribute name="resolveHosts"
-                 description="Resolve hosts"
-                 is="true"
-                 type="boolean"/>
-  
-      <attribute name="rotatable"
-                 description="Flag to indicate automatic log rotation."
-                 is="true"
-                 type="boolean"/>
-  
-      <attribute name="suffix"
-                 description="The suffix that is added to log file filenames"
-                 type="java.lang.String"/>
-  
-      <attribute name="condition"
-                 description="The value to look for conditional logging."
-                 type="java.lang.String"/>
-  
-      <attribute name="fileDateFormat"
-                 description="The format for the date date based log rotation."
-                 type="java.lang.String"/>
-                 
-      <attribute name="byteBufferSize"
-                 description="The size of the byte buffer used to store the 
log."
-                 type="java.lang.String"/>
-    </mbean>
-  
-  
-  
   <mbean name="ErrorReportValve"
          description="Implementation of a Valve that outputs HTML error pages"
          domain="Catalina"

Modified: tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml?rev=385072&r1=385071&r2=385072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/etc/cluster-server.xml Sat Mar 11 
04:05:15 2006
@@ -369,22 +369,6 @@
                  directory="logs"  prefix="localhost_access_log." suffix=".txt"
                  pattern="common" resolveHosts="false"/>
         -->
-        <!-- Access log processes all requests for this virtual host.  By
-             default, log files are created in the "logs" directory relative to
-             $CATALINA_HOME.  If you wish, you can specify a different
-             directory with the "directory" attribute.  Specify either a 
relative
-             (to $CATALINA_HOME) or absolute path to the desired directory.
-             This access log implementation is optimized for maximum 
performance,
-             but is hardcoded to support only the "common" and "combined" 
patterns.
-
-             This valve use NIO direct Byte Buffer to asynchornously store the
-             log.
-        -->
-        <!--
-        <Valve className="org.apache.catalina.valves.ByteBufferAccessLogValve"
-                 directory="logs"  prefix="localhost_access_log." suffix=".txt"
-                 pattern="common" resolveHosts="false"/>
-        -->
 
       </Host>
 

Modified: tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml?rev=385072&r1=385071&r2=385072&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml (original)
+++ tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml Sat Mar 11 
04:05:15 2006
@@ -365,22 +365,6 @@
                  directory="logs"  prefix="localhost_access_log." suffix=".txt"
                  pattern="common" resolveHosts="false"/>
         -->
-        <!-- Access log processes all requests for this virtual host.  By
-             default, log files are created in the "logs" directory relative to
-             $CATALINA_HOME.  If you wish, you can specify a different
-             directory with the "directory" attribute.  Specify either a 
relative
-             (to $CATALINA_HOME) or absolute path to the desired directory.
-             This access log implementation is optimized for maximum 
performance,
-             but is hardcoded to support only the "common" and "combined" 
patterns.
-
-             This valve use NIO direct Byte Buffer to asynchornously store the
-             log.
-        -->
-        <!--
-        <Valve className="org.apache.catalina.valves.ByteBufferAccessLogValve"
-                 directory="logs"  prefix="localhost_access_log." suffix=".txt"
-                 pattern="common" resolveHosts="false"/>
-        -->
 
       </Host>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to