You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2004/03/08 17:54:27 UTC

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet mbeans-descriptors.xml

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org