Uses of Class
org.codehaus.mojo.tomcat.TomcatManagerException

Packages that use TomcatManagerException
org.codehaus.mojo.tomcat   
 

Uses of TomcatManagerException in org.codehaus.mojo.tomcat
 

Methods in org.codehaus.mojo.tomcat that throw TomcatManagerException
 String TomcatManager.deploy(String path, InputStream war)
          Deploys the specified WAR as a HTTP PUT to the specified context path.
 String TomcatManager.deploy(String path, 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.
 String TomcatManager.deploy(String path, InputStream 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.
 String TomcatManager.deploy(String path, URL war)
          Deploys the specified WAR as a URL to the specified context path.
 String 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.
 String 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.
protected  void AbstractDeployMojo.deployContext()
          Deploys the context XML file to Tomcat.
 String TomcatManager.deployContext(String path, URL config)
          Deploys the specified context XML configuration to the specified context path.
 String 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.
 String 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.
 String TomcatManager.deployContext(String path, URL config, URL war)
          Deploys the specified context XML configuration and WAR as a URL to the specified context path.
 String 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.
 String 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.
protected  void AbstractDeployMojo.deployWar()
          Deploys the WAR to Tomcat.
protected  void DeployMojo.deployWar()
           
protected  void AbstractDeployMojo.deployWarAndContext()
          Deploys the WAR and context XML file to Tomcat.
protected  void DeployMojo.deployWarAndContext()
           
 String TomcatManager.getResources()
          Lists all of the global JNDI resources.
 String TomcatManager.getResources(String type)
          Lists the global JNDI resources of the given type.
 String TomcatManager.getRoles()
          Lists the security role names and corresponding descriptions that are available.
 String TomcatManager.getServerInfo()
          Lists information about the Tomcat version, OS, and JVM properties.
 String TomcatManager.getSessions(String path)
          Lists the default session timeout and the number of currently active sessions for the given context path.
protected  String TomcatManager.invoke(String path)
          Invokes Tomcat manager with the specified command.
protected  String TomcatManager.invoke(String path, InputStream data)
          Invokes Tomcat manager with the specified command and content data.
protected  void UndeployMojo.invokeManager()
           
protected abstract  void AbstractCatalinaMojo.invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
protected  void StartMojo.invokeManager()
           
protected  void ResourcesMojo.invokeManager()
           
 void AbstractDeployMojo.invokeManager()
           
protected  void SessionsMojo.invokeManager()
           
protected  void RedeployMojo.invokeManager()
           
protected  void ListMojo.invokeManager()
           
protected  void StopMojo.invokeManager()
           
protected  void ServerInfoMojo.invokeManager()
           
protected  void RolesMojo.invokeManager()
           
 String TomcatManager.list()
          Lists all the currently deployed web applications.
 String TomcatManager.reload(String path)
          Reloads the webapp at the specified context path.
 String TomcatManager.start(String path)
          Starts the webapp at the specified context path.
 String TomcatManager.stop(String path)
          Stops the webapp at the specified context path.
 String TomcatManager.undeploy(String path)
          Undeploys the webapp at the specified context path.
 



Copyright © 2005-2011 Codehaus. All Rights Reserved.