org.apache.catalina.ant
public class InstallTask extends AbstractCatalinaTask
Deprecated: Replaced by DeployTask
Ant task that implements the/install
command, supported by the
Tomcat manager application.
Since: 4.1
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
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. |
Method Summary | |
---|---|
void | execute()
Execute the requested operation.
|
String | getConfig() |
String | getPath() |
String | getWar() |
void | setConfig(String config) |
void | setPath(String path) |
void | setWar(String war) |
Throws: BuildException if an error occurs