All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.jasper.servlet.mbeans-descriptors.xml Maven / Gradle / Ivy

<?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"/>

    <attribute   name="jspReloadCount"
          description="The number of JSPs that have been reloaded"
                 type="int"/>

  </mbean>

</mbeans-descriptors>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy