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

Quick Search    Search Deep

Package org.apache.catalina.ant

Class Summary
AbstractCatalinaTask Abstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications.
BaseRedirectorHelperTask Abstract base class to add output redirection support for Catalina Ant tasks.
DeployTask Ant task that implements the /deploy command, supported by the Tomcat manager application.
InstallTask Deprecated. Replaced by DeployTask
JKStatusUpdateTask Ant task that implements the /status command, supported by the mod_jk status (1.2.9) application.
JMXGetTask Ant task that implements the JMX Get command (/jmxproxy/?get) supported by the Tomcat manager application.
JMXQueryTask Ant task that implements the JMX Query command (/jmxproxy/?qry) supported by the Tomcat manager application.
JMXSetTask Ant task that implements the JMX Set command (/jmxproxy/?set) supported by the Tomcat manager application.
ListTask Ant task that implements the /list command, supported by the Tomcat manager application.
ReloadTask Ant task that implements the /reload command, supported by the Tomcat manager application.
RemoveTask Deprecated. Replaced by UndeployTask
ResourcesTask Ant task that implements the /resources command, supported by the Tomcat manager application.
RolesTask Ant task that implements the /roles command, supported by the Tomcat manager application.
ServerinfoTask Ant task that implements the /serverinfo command supported by the Tomcat manager application.
SessionsTask Ant task that implements the /sessions command supported by the Tomcat manager application.
StartTask Ant task that implements the /start command, supported by the Tomcat manager application.
StopTask Ant task that implements the /stop command, supported by the Tomcat manager application.
UndeployTask Ant task that implements the /undeploy command, supported by the Tomcat manager application.
ValidatorTask Task for validating a web application deployment descriptor, using XML schema validation.