billbarker    2003/06/10 20:10:01

  Modified:    catalina/src/share/org/apache/catalina/valves
                        mbeans-descriptors.xml
  Log:
  Since there is no longer a CertificatesValve, there is no reason to have an MBean 
for it.
  
  Revision  Changes    Path
  1.4       +0 -21     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mbeans-descriptors.xml    4 Jun 2003 16:58:21 -0000       1.3
  +++ mbeans-descriptors.xml    11 Jun 2003 03:10:01 -0000      1.4
  @@ -55,27 +55,6 @@
                  type="java.lang.String"/>
     </mbean>
   
  -  <mbean name="CertificatesValve"
  -         description="Valve that exposes SSL certificate information"
  -         domain="Catalina"
  -         group="Valve"
  -         type="org.apache.catalina.valves.CertificatesValve">
  -
  -    <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="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
  -  </mbean>
  -
     <mbean name="ErrorReportValve"
            description="Implementation of a Valve that outputs HTML error pages"
            domain="Catalina"
  
  
  

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

Reply via email to