public class Tomcat6xRemoteDeployer extends AbstractTomcatRemoteDeployer
container
Constructor and Description |
---|
Tomcat6xRemoteDeployer(RemoteContainer container) |
Modifier and Type | Method and Description |
---|---|
protected void |
performUndeploy(Deployable deployable)
Performs undeployment of deployable.
|
getConfiguration
createManager, deploy, getPath, getTomcatManager, list, redeploy, start, stop, undeploy
getType
deploy, deploy, undeploy
public Tomcat6xRemoteDeployer(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 6.x
performUndeploy
in class AbstractTomcatManagerDeployer
deployable
- the Deployable
to undeployTomcatManagerException
- If TomcatManagerException error occured perfoming the commandIOException
- If I/O error occured getting the path of deployableAbstractTomcatManagerDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable)
Copyright © 2004-2013 Codehaus. All Rights Reserved.