| Home >> All >> org >> apache >> catalina >> [ manager Javadoc ] |
org.apache.catalina.manager: Javadoc index of package org.apache.catalina.manager.
Package Samples:
org.apache.catalina.manager
Classes:
ManagerServlet: Servlet that enables remote management of the web applications installed within the same virtual host as this web application is. Normally, this functionality will be protected by a security constraint in the web application deployment descriptor. However, this requirement can be relaxed during testing. This servlet examines the value returned by getPathInfo() and related query parameters to determine what action is being requested. The following actions and parameters (starting after the servlet path) are supported: /deploy?config={config-url} - Install and start a new web application, based on ...
HTMLManagerServlet: Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is. Normally, this functionality will be protected by a security constraint in the web application deployment descriptor. However, this requirement can be relaxed during testing. The difference between the ManagerServlet and this Servlet is that this Servlet prints out a HTML interface which makes it easier to administrate. However if you use a software that parses the output of ManagerServlet ManagerServlet
StatusTransformer: This is a refactoring of the servlet to externalize the output into a simple class. Although we could use XSLT, that is unnecessarily complex.
JMXProxyServlet: This servlet will dump JMX attributes in a simple format and implement proxy services for modeler.
StatusManagerServlet: This servlet will display a complete status of the HTTP/1.1 connector.
Constants
| Home | Contact Us | Privacy Policy | Terms of Service |