| org.apache.catalina.ant.AbstractCatalinaTask org.apache.catalina.ant.DeployTask
DeployTask | public class DeployTask extends AbstractCatalinaTask (Code) | | Ant task that implements the /deploy command, supported by
the Tomcat manager application.
author: Craig R. McClanahan version: $Revision: 1.2 $ $Date: 2002/02/26 01:24:33 $ since: 4.1 |
Field Summary | |
protected String | path The context path of the web application we are managing. | protected String | war URL of the web application archive (WAR) file to be deployed. |
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 to be deployed.
|
execute | public void execute() throws BuildException(Code) | | Execute the requested operation.
exception: BuildException - if an error occurs |
|
|