luehe       2004/03/08 08:54:27

  Added:       jasper2/src/share/org/apache/jasper/servlet
                        mbeans-descriptors.xml
  Log:
  Added JSP monitoring facility.
  Initially, the number of JSPs that have been loaded into a webapp is exposed
  as a monitorable attribute. Additional attributes (e.g., number of JSPs whose
  compilation failed, etc.) may follow.
  
  Revision  Changes    Path
  1.1                  
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  <?xml version="1.0"?>
  <mbeans-descriptors>
  
    <mbean         name="JspMonitor"
            description="JSP Monitoring"
                 domain="Catalina"
                  group="Monitoring"
                   type="org.apache.jasper.servlet.JspServlet">
  
      <attribute   name="jspCount"
            description="The number of JSPs that have been loaded into a webapp"
                   type="int"/>
  
    </mbean>
  
  </mbeans-descriptors>
  
  

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

Reply via email to