public class Tomcat5xRemoteDeployer extends AbstractTomcatRemoteDeployer
container| Constructor and Description |
|---|
Tomcat5xRemoteDeployer(RemoteContainer container) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performUndeploy(Deployable deployable)
Performs undeployment of deployable.
|
getConfigurationcreateManager, deploy, getPath, getTomcatManager, list, redeploy, start, stop, undeploygetTypedeploy, deploypublic Tomcat5xRemoteDeployer(RemoteContainer container)
protected void performUndeploy(Deployable deployable) throws TomcatManagerException, IOException
Note: This is done differently by the different versions of Tomcat which is why we're using an Abstract method here.
This is a special implementation of undeploy command for Tomcat 5.x.
performUndeploy in class AbstractTomcatManagerDeployerdeployable - the Deployable to undeployTomcatManagerException - If TomcatManagerException error occured perfoming the commandIOException - If I/O error occured getting the path of deployableTomcat4xRemoteDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable),
AbstractTomcatManagerDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable)Copyright © 2004-2013 Codehaus. All Rights Reserved.