Home » apache-tomcat-6.0.16-src » org.apache » catalina » ant »

org.apache.catalina.ant

Sub Packages:

org.apache.catalina.ant.jmx   This package contains a set of JMX Task implementations for Ant (version 1.6 or later) that can be used to interact with the Remote JMX JSR 160 RMI Adaptor to get/set attributes, invoke MBean operations and query for Mbeans inside a running instance of Tomcat.  

Abstract Classes:

AbstractCatalinaTask   Abstract base class for Ant tasks that interact with the Manager web application for dynamically deploying and undeploying applications.  code | html
BaseRedirectorHelperTask   Abstract base class to add output redirection support for Catalina Ant tasks.  code | html

Classes:

DeployTask   Ant task that implements the /deploy command, supported by the Tomcat manager application.  code | html
InstallTask   Ant task that implements the /install command, supported by the Tomcat manager application.  code | html
JKStatusUpdateTask   Ant task that implements the /status command, supported by the mod_jk status (1.2.9) application.  code | html
JMXGetTask   Ant task that implements the JMX Get command (/jmxproxy/?get) supported by the Tomcat manager application.  code | html
JMXQueryTask   Ant task that implements the JMX Query command (/jmxproxy/?qry) supported by the Tomcat manager application.  code | html
JMXSetTask   Ant task that implements the JMX Set command (/jmxproxy/?set) supported by the Tomcat manager application.  code | html
ListTask   Ant task that implements the /list command, supported by the Tomcat manager application.  code | html
ReloadTask   Ant task that implements the /reload command, supported by the Tomcat manager application.  code | html
RemoveTask   Ant task that implements the /remove command, supported by the Tomcat manager application.  code | html
ResourcesTask   Ant task that implements the /resources command, supported by the Tomcat manager application.  code | html
RolesTask   Ant task that implements the /roles command, supported by the Tomcat manager application.  code | html
ServerinfoTask   Ant task that implements the /serverinfo command supported by the Tomcat manager application.  code | html
SessionsTask   Ant task that implements the /sessions command supported by the Tomcat manager application.  code | html
StartTask   Ant task that implements the /start command, supported by the Tomcat manager application.  code | html
StopTask   Ant task that implements the /stop command, supported by the Tomcat manager application.  code | html
UndeployTask   Ant task that implements the /undeploy command, supported by the Tomcat manager application.  code | html
ValidatorTask   Task for validating a web application deployment descriptor, using XML schema validation.  code | html