| |
|
| 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.6 $ $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 | localWar URL of the server local web application archive (WAR) file
to be deployed. | protected String | path The context path of the web application we are managing. | protected String | tag Tag to associate with this to be deployed webapp. | protected boolean | update Update existing webapps. | protected String | war URL of the web application archive (WAR) file to be deployed. |
config | protected String config(Code) | | URL of the context configuration file for this application, if any.
|
localWar | protected String localWar(Code) | | URL of the server local web application archive (WAR) file
to be deployed.
|
path | protected String path(Code) | | The context path of the web application we are managing.
|
tag | protected String tag(Code) | | Tag to associate with this to be deployed webapp.
|
update | protected boolean update(Code) | | Update existing webapps.
|
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 |
getUpdate | public boolean getUpdate()(Code) | | |
setUpdate | public void setUpdate(boolean update)(Code) | | |
|
|
|