org.apache.catalina.ant
Class InstallTask
Ant task that implements the /install
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 | 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
URL of the context configuration file for this application, if any.
path
protected String path
The context path of the web application we are managing.
war
protected String war
URL of the web application archive (WAR) file, or the unpacked directory
containing this application, if any.
execute
public void execute()
throws BuildException
Execute the requested operation.
- execute in interface AbstractCatalinaTask
getConfig
public String getConfig()
getPath
public String getPath()
getWar
public String getWar()
setConfig
public void setConfig(String config)
setPath
public void setPath(String path)
setWar
public void setWar(String war)
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.