| org.apache.catalina.ant.AbstractCatalinaTask org.apache.catalina.ant.InstallTask
InstallTask | public class InstallTask extends AbstractCatalinaTask (Code) | | Ant task that implements the /install command, supported by the
Tomcat manager application.
author: Craig R. McClanahan version: $Revision: 1.4 $ $Date: 2004/02/27 14:58:40 $ since: 4.1 |
Field Summary | |
protected String | config URL of the context configuration file for this application, if any. | protected String | path The context path of the web application we are managing. | protected String | war URL of the web application archive (WAR) file, or the unpacked directory
containing this application, if any. |
config | protected String config(Code) | | URL of the context configuration file for this application, if any.
|
path | protected String path(Code) | | The context path of the web application we are managing.
|
war | protected String war(Code) | | URL of the web application archive (WAR) file, or the unpacked directory
containing this application, if any.
|
execute | public void execute() throws BuildException(Code) | | Execute the requested operation.
exception: BuildException - if an error occurs |
|
|