org.apache.catalina.manager |
|
Java Source File Name | Type | Comment |
Constants.java | Class | |
HTMLManagerServlet.java | Class | Servlet that enables remote management of the web applications deployed
within the same virtual host as this web application is. |
JMXProxyServlet.java | Class | This servlet will dump JMX attributes in a simple format
and implement proxy services for modeler. |
JspHelper.java | Class | Helper JavaBean for JSPs, because JSTL 1.1/EL 2.0 is too dumb to
to what I need (call methods with parameters), or I am too dumb to use it correctly. |
ManagerServlet.java | Class | Servlet that enables remote management of the web applications installed
within the same virtual host as this web application is. |
StatusManagerServlet.java | Class | This servlet will display a complete status of the HTTP/1.1 connector.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
StatusTransformer.java | Class | This is a refactoring of the servlet to externalize
the output into a simple class. |