Uses of Class
org.apache.tomcat.maven.common.deployer.TomcatManagerException

Packages that use TomcatManagerException
org.apache.tomcat.maven.common.deployer   
org.apache.tomcat.maven.plugin.tomcat6   
org.apache.tomcat.maven.plugin.tomcat7   
org.apache.tomcat.maven.plugin.tomcat7.deploy   
 

Uses of TomcatManagerException in org.apache.tomcat.maven.common.deployer
 

Methods in org.apache.tomcat.maven.common.deployer that throw TomcatManagerException
 TomcatManagerResponse TomcatManager.deploy(String path, File war)
          Deploys the specified WAR as a HTTP PUT to the specified context path.
 TomcatManagerResponse TomcatManager.deploy(String path, File war, boolean update)
          Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying the webapp if it already exists.
 TomcatManagerResponse TomcatManager.deploy(String path, File war, boolean update, 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.
 TomcatManagerResponse TomcatManager.deploy(String path, File war, boolean update, String tag, long length)
           
 TomcatManagerResponse TomcatManager.deploy(String path, URL war)
          Deploys the specified WAR as a URL to the specified context path.
 TomcatManagerResponse TomcatManager.deploy(String path, URL war, boolean update)
          Deploys the specified WAR as a URL to the specified context path, optionally undeploying the webapp if it already exists.
 TomcatManagerResponse TomcatManager.deploy(String path, URL war, boolean update, 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.
 TomcatManagerResponse TomcatManager.deployContext(String path, URL config)
          Deploys the specified context XML configuration to the specified context path.
 TomcatManagerResponse TomcatManager.deployContext(String path, URL config, boolean update)
          Deploys the specified context XML configuration to the specified context path, optionally undeploying the webapp if it already exists.
 TomcatManagerResponse TomcatManager.deployContext(String path, URL config, boolean update, 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.
 TomcatManagerResponse TomcatManager.deployContext(String path, URL config, URL war)
          Deploys the specified context XML configuration and WAR as a URL to the specified context path.
 TomcatManagerResponse TomcatManager.deployContext(String path, URL config, 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.
 TomcatManagerResponse TomcatManager.deployContext(String path, URL config, URL war, boolean update, 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.
 TomcatManagerResponse TomcatManager.getResources()
          Lists all of the global JNDI resources.
 TomcatManagerResponse TomcatManager.getResources(String type)
          Lists the global JNDI resources of the given type.
 TomcatManagerResponse TomcatManager.getRoles()
          Lists the security role names and corresponding descriptions that are available.
 TomcatManagerResponse TomcatManager.getServerInfo()
          Lists information about the Tomcat version, OS, and JVM properties.
 TomcatManagerResponse TomcatManager.getSessions(String path)
          Lists the default session timeout and the number of currently active sessions for the given context path.
protected  TomcatManagerResponse TomcatManager.invoke(String path)
          Invokes Tomcat manager with the specified command.
protected  TomcatManagerResponse TomcatManager.invoke(String path, File data, long length)
          Invokes Tomcat manager with the specified command and content data.
 TomcatManagerResponse TomcatManager.list()
          Lists all the currently deployed web applications.
 TomcatManagerResponse TomcatManager.reload(String path)
          Reloads the webapp at the specified context path.
 TomcatManagerResponse TomcatManager.start(String path)
          Starts the webapp at the specified context path.
 TomcatManagerResponse TomcatManager.stop(String path)
          Stops the webapp at the specified context path.
 TomcatManagerResponse TomcatManager.undeploy(String path)
          Undeploys the webapp at the specified context path.
 

Uses of TomcatManagerException in org.apache.tomcat.maven.plugin.tomcat6
 

Methods in org.apache.tomcat.maven.plugin.tomcat6 that throw TomcatManagerException
protected  void AbstractDeployMojo.deployContext()
          Deploys the context XML file to Tomcat.
protected  void AbstractDeployWarMojo.deployWar()
          Deploys the WAR to Tomcat.
protected  void AbstractDeployMojo.deployWar()
          Deploys the WAR to Tomcat.
protected  void AbstractDeployMojo.deployWarAndContext()
          Deploys the WAR and context XML file to Tomcat.
protected  void UndeployMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void StopMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void StartMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void SessionsMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void ServerInfoMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void RolesMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void ResourcesMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void ReloadMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void ListMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
 void AbstractDeployMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected abstract  void AbstractCatalinaMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
 

Uses of TomcatManagerException in org.apache.tomcat.maven.plugin.tomcat7
 

Methods in org.apache.tomcat.maven.plugin.tomcat7 that throw TomcatManagerException
protected abstract  void AbstractCatalinaMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
 

Uses of TomcatManagerException in org.apache.tomcat.maven.plugin.tomcat7.deploy
 

Methods in org.apache.tomcat.maven.plugin.tomcat7.deploy that throw TomcatManagerException
protected  void AbstractDeployMojo.deployContext()
          Deploys the context XML file to Tomcat.
protected  void AbstractDeployWarMojo.deployWar()
          Deploys the WAR to Tomcat.
protected  void AbstractDeployMojo.deployWar()
          Deploys the WAR to Tomcat.
protected  void AbstractDeployMojo.deployWarAndContext()
          Deploys the WAR and context XML file to Tomcat.
protected  void UndeployMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
 void AbstractDeployMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
 



Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.