Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatManagerException

Packages that use TomcatManagerException
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.tomcat.internal   
 

Uses of TomcatManagerException in org.codehaus.cargo.container.tomcat
 

Methods in org.codehaus.cargo.container.tomcat that throw TomcatManagerException
protected  void Tomcat5xRemoteDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable deployable)
          Performs undeployment of deployable.

Note: This is done differently by the different versions of Tomcat which is why we're using an Abstract method here.

protected  void Tomcat4xRemoteDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable deployable)
          Performs undeployment of deployable.

Note: This is done differently by the different versions of Tomcat which is why we're using an Abstract method here.

 

Uses of TomcatManagerException in org.codehaus.cargo.container.tomcat.internal
 

Methods in org.codehaus.cargo.container.tomcat.internal that throw TomcatManagerException
protected abstract  void AbstractTomcatManagerDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable deployable)
          Performs undeployment of deployable.
 void TomcatManager.deploy(java.lang.String path, java.net.URL war)
          Deploys the specified WAR as a URL to the specified context path.
 void TomcatManager.deploy(java.lang.String path, java.net.URL war, boolean update)
          Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
 void TomcatManager.deploy(java.lang.String path, java.net.URL war, boolean update, java.lang.String tag)
          Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
 void TomcatManager.deploy(java.lang.String path, java.io.InputStream war)
          Deploys the specified WAR as a HTTP PUT to the specified context path.
 void TomcatManager.deploy(java.lang.String path, java.io.InputStream war, boolean update)
          Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists.
 void TomcatManager.deploy(java.lang.String path, java.io.InputStream war, boolean update, java.lang.String tag)
          Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
 void TomcatManager.deployContext(java.lang.String path, java.net.URL config)
          Deploys the specified context XML configuration to the specified context path.
 void TomcatManager.deployContext(java.lang.String path, java.net.URL config, boolean update)
          Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists.
 void TomcatManager.deployContext(java.lang.String path, java.net.URL config, boolean update, java.lang.String tag)
          Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
 void TomcatManager.deployContext(java.lang.String path, java.net.URL config, java.net.URL war)
          Deploys the specified context XML configuration and WAR as a URL to the specified context path.
 void TomcatManager.deployContext(java.lang.String path, java.net.URL config, java.net.URL war, boolean update)
          Deploys the specified context XML configuration and WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
 void TomcatManager.deployContext(java.lang.String path, java.net.URL config, java.net.URL war, boolean update, java.lang.String tag)
          Deploys the specified context XML configuration and WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists and using the specified tag name.
 void TomcatManager.undeploy(java.lang.String path)
          Undeploys the webapp at the specified context path.
 void TomcatManager.remove(java.lang.String path)
          Removes the webapp at the specified context path.
 void TomcatManager.reload(java.lang.String path)
          Reloads the webapp at the specified context path.
 void TomcatManager.start(java.lang.String path)
          Starts the webapp at the specified context path.
 void TomcatManager.stop(java.lang.String path)
          Stops the webapp at the specified context path.
protected  void TomcatManager.invoke(java.lang.String path)
          Invokes Tomcat manager with the specified command.
protected  java.lang.String TomcatManager.invoke(java.lang.String path, java.io.InputStream data)
          Invokes Tomcat manager with the specified command and content data.
 java.lang.String TomcatManager.list()
          List currently deployed webapps.
 TomcatDeployableStatus TomcatManager.getStatus(java.lang.String path)
          Return the status of the webapp at the specified context path.
protected  void AbstractTomcatManagerInstalledLocalDeployer.performUndeploy(org.codehaus.cargo.container.deployable.Deployable deployable)
          Performs undeployment of deployable.

Note: This is done differently by the different versions of Tomcat which is why we're using an Abstract method here.

 



Copyright © 2004-2007 Codehaus. All Rights Reserved.