Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.tomcat.servlets.jmxremote.* (1)

Package Samples:

org.apache.tomcat.servlets.jmxremote

Classes:

JmxRemoteServlet: Experimental servlet allowing connectors to be deployed and managed using the webapp infrastructure. Connectors can be packaged in a WAR file, deployed and managed using the normal tools. Configuration is done using web.xml init-params - while this is not as simple as tags in server.xml, it may be easier to support in tools and explain to webapp developers. Since webapp class loader is used - start/stop as well as reloading can be controlled from the /manager. Issues: - may polute the webapps namespace - solution would be to reserve a prefix or use some invalid/special name.

Home | Contact Us | Privacy Policy | Terms of Service