org.apache.catalina.ant
Class DeployTask
Ant task that implements the /deploy
command, supported by
the Tomcat manager application.
Version:
- Craig R. McClanahan
- 4.1
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
URL of the context configuration file for this application, if any.
localWar
protected String localWar
URL of the server local web application archive (WAR) file
to be deployed.
path
protected String path
The context path of the web application we are managing.
tag
protected String tag
Tag to associate with this to be deployed webapp.
update
protected boolean update
Update existing webapps.
war
protected String war
URL of the web application archive (WAR) file to be deployed.
execute
public void execute()
throws BuildException
Execute the requested operation.
- execute in interface AbstractCatalinaTask
getConfig
public String getConfig()
getLocalWar
public String getLocalWar()
getPath
public String getPath()
getTag
public String getTag()
getUpdate
public boolean getUpdate()
getWar
public String getWar()
setConfig
public void setConfig(String config)
setLocalWar
public void setLocalWar(String localWar)
setPath
public void setPath(String path)
setTag
public void setTag(String tag)
setUpdate
public void setUpdate(boolean update)
setWar
public void setWar(String war)
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.