- deploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
- deploy(String, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified WAR as a URL to the specified context path.
- deploy(String, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified WAR as a URL to the specified context path, optionally undeploying the
webapp if it already exists.
- deploy(String, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
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.
- deploy(String, InputStream) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified WAR as a HTTP PUT to the specified context path.
- deploy(String, InputStream, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified WAR as a HTTP PUT to the specified context path, optionally undeploying
the webapp if it already exists.
- deploy(String, InputStream, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
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.
- deploy(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
- deployContext(String, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified context XML configuration to the specified context path.
- deployContext(String, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified context XML configuration to the specified context path, optionally
undeploying the webapp if it already exists.
- deployContext(String, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
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.
- deployContext(String, URL, URL) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified context XML configuration and WAR as a URL to the specified context
path.
- deployContext(String, URL, URL, boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Deploys the specified context XML configuration and WAR as a URL to the specified context
path, optionally undeploying the webapp if it already exists.
- deployContext(String, URL, URL, boolean, String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
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.
- deployExpandedWar(String, WAR) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
-
We override the default implementation from
AbstractCopyingInstalledLocalDeployer
in
order to handle the special Tomcat scenarios: if the deployable is a
TomcatWAR
instance and it contains a
context.xml
file that we need to manually copy.
- deployWar(String, WAR) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
-
We override the default implementation from
AbstractCopyingInstalledLocalDeployer
in
order to handle the special Tomcat scenarios: if the deployable is a
TomcatWAR
instance and it containts a
context.xml
file that we need to manually copy.
- doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
- doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xStandaloneLocalConfiguration
- doConfigure(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
- doStart(Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
- doStart() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
- doStop(Java) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatInstalledLocalContainer
- doStop() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
- setAutoDeploy(boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
-
Supposed to enable auto-deployment of war file.
- setAvailable(boolean) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
-
Makes web application available/unavailable.
- setBaseDir(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
-
Sets the directory that Tomcat will use as a workspace.
- setCatalinaBase(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
-
Sets the Tomcat installation where catalina jars are loaded from.
- setCatalinaHome(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
-
Sets the directory where Tomcat stores data file for the
current running instance.
- setDefaultHost(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
-
Don't know what it really does.
- setName(String) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
-
Assigns a name to engine.
- setParentClassLoader(ClassLoader) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
-
Sets the
ClassLoader
that this engine will delegate to.
- setPathname(File) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
-
Sets the file to load username/password.
- setRealm(Tomcat5xEmbedded.MemoryRealm) - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
-
Associates a realm to Tomcat.
- setShouldCopyWars(boolean) - Method in class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
-
Whether the local deployer should copy the wars to tbe Tomcat webapps directory.
- setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
-
Setup the manager webapp.
- setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
-
Setup the manager webapp.
- setupManager(LocalContainer) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
-
Setup the manager webapp.
- setUserAgent(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Sets the user agent name to use when communicating with Tomcat manager.
- start(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
- start() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
-
Starts the container.
- start(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Starts the webapp at the specified context path.
- start(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
- stop(Deployable) - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer
- stop() - Method in class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
-
Stops the container.
- stop(String) - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Stops the webapp at the specified context path.
- stop(Deployable) - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
- STOPPED - Static variable in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
-
The status of the deployable when it's stopped in Tomcat.
- Tomcat3xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
-
Special container support for the Apache Tomcat 3.x servlet container.
- Tomcat3xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat3xInstalledLocalContainer
- Tomcat3xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
-
- Tomcat3xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat3xStandaloneLocalConfiguration
- Tomcat4xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
-
Special container support for the Apache Tomcat 4.x servlet container.
- Tomcat4xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xInstalledLocalContainer
- Tomcat4xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
-
Special container support for wrapping a running instance of Apache Tomcat.
- Tomcat4xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteContainer
- Tomcat4xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
-
A special Tomcat4x manager-based deployer to perform deployment to a remote container.
- Tomcat4xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xRemoteDeployer
- Tomcat4xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
-
- Tomcat4xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
- Tomcat5xEmbedded - Class in org.codehaus.cargo.container.tomcat.internal
-
Wrapper classes around Tomcat 5.x embedded API to hide reflection.
- Tomcat5xEmbedded(ClassLoader) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded
-
Prepares the reflection access to Tomcat.
- Tomcat5xEmbedded.Connector - Class in org.codehaus.cargo.container.tomcat.internal
-
- Tomcat5xEmbedded.Connector(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Connector
-
Wraps a connector object.
- Tomcat5xEmbedded.Context - Class in org.codehaus.cargo.container.tomcat.internal
-
- Tomcat5xEmbedded.Context(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Context
-
Wraps org.apache.catalina.Context object.
- Tomcat5xEmbedded.Embedded - Class in org.codehaus.cargo.container.tomcat.internal
-
- Tomcat5xEmbedded.Embedded() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Embedded
-
- Tomcat5xEmbedded.Engine - Class in org.codehaus.cargo.container.tomcat.internal
-
- Tomcat5xEmbedded.Engine(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Engine
-
Wraps an engine object.
- Tomcat5xEmbedded.Host - Class in org.codehaus.cargo.container.tomcat.internal
-
- Tomcat5xEmbedded.Host(Object) - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.Host
-
- Tomcat5xEmbedded.MemoryRealm - Class in org.codehaus.cargo.container.tomcat.internal
-
MemoryRealm wrapper.
- Tomcat5xEmbedded.MemoryRealm() - Constructor for class org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
-
- Tomcat5xEmbeddedLocalContainer - Class in org.codehaus.cargo.container.tomcat
-
Embedded Tomcat 5.x container.
- Tomcat5xEmbeddedLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalContainer
-
- Tomcat5xEmbeddedLocalDeployer - Class in org.codehaus.cargo.container.tomcat
-
- Tomcat5xEmbeddedLocalDeployer(EmbeddedLocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xEmbeddedLocalDeployer
-
- Tomcat5xInstalledLocalContainer - Class in org.codehaus.cargo.container.tomcat
-
Special container support for the Apache Tomcat 5.x servlet container.
- Tomcat5xInstalledLocalContainer(LocalConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xInstalledLocalContainer
-
Perform Tomcat 5.x-specific initializations.
- Tomcat5xRemoteContainer - Class in org.codehaus.cargo.container.tomcat
-
Special container support for wrapping a running instance of Apache Tomcat.
- Tomcat5xRemoteContainer(RuntimeConfiguration) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteContainer
- Tomcat5xRemoteDeployer - Class in org.codehaus.cargo.container.tomcat
-
A special Tomcat5x manager-based deployer to perform deployment to a remote container.
- Tomcat5xRemoteDeployer(RemoteContainer) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xRemoteDeployer
- Tomcat5xStandaloneLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
-
- Tomcat5xStandaloneLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
- TomcatCopyingInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat
-
Static deployer that deploys WARs to the Tomcat webapps
directory.
- TomcatCopyingInstalledLocalDeployer(InstalledLocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatCopyingInstalledLocalDeployer
- TomcatDeployableStatus - Class in org.codehaus.cargo.container.tomcat.internal
-
Status of a Deployable deployed in Tomcat.
- TomcatDirectoryPackager - Class in org.codehaus.cargo.container.tomcat
-
Package a Tomcat distribution.
- TomcatDirectoryPackager(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatDirectoryPackager
- TomcatExistingLocalConfiguration - Class in org.codehaus.cargo.container.tomcat
-
- TomcatExistingLocalConfiguration(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
- TomcatExistingLocalConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
-
- TomcatExistingLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatExistingLocalConfigurationCapability
-
Initialize the configuration-specific supports Map.
- TomcatManager - Class in org.codehaus.cargo.container.tomcat.internal
-
A Tomcat manager webapp invocation wrapper.
- TomcatManager(URL) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Creates a Tomcat manager wrapper for the specified URL that uses a username of
admin
, an empty password and ISO-8859-1 URL encoding.
- TomcatManager(URL, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Creates a Tomcat manager wrapper for the specified URL and username that uses an empty
password and ISO-8859-1 URL encoding.
- TomcatManager(URL, String, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Creates a Tomcat manager wrapper for the specified URL, username and password that uses
ISO-8859-1 URL encoding.
- TomcatManager(URL, String, String, String) - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatManager
-
Creates a Tomcat manager wrapper for the specified URL, username, password and URL encoding.
- TomcatManagerException - Exception in org.codehaus.cargo.container.tomcat.internal
-
Indicates an error received from Tomcat manager.
- TomcatManagerException() - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
-
Creates a new ManagerException
with no message or cause.
- TomcatManagerException(String) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
-
Creates a new ManagerException
with the specified message and no cause.
- TomcatManagerException(Throwable) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
-
Creates a new ManagerException
with no message and the specified cause.
- TomcatManagerException(String, Throwable) - Constructor for exception org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
-
Creates a new ManagerException
with the specified message and cause.
- TomcatManagerInstalledLocalDeployer - Class in org.codehaus.cargo.container.tomcat
-
A Tomcat manager-based deployer to perform deployment to a local container.
- TomcatManagerInstalledLocalDeployer(LocalContainer) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatManagerInstalledLocalDeployer
- TomcatPropertySet - Interface in org.codehaus.cargo.container.tomcat
-
Gathers all Tomcat properties.
- TomcatRuntimeConfiguration - Class in org.codehaus.cargo.container.tomcat
-
- TomcatRuntimeConfiguration() - Constructor for class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration
-
- TomcatRuntimeConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
-
- TomcatRuntimeConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatRuntimeConfigurationCapability
-
Initialize the configuration-specific supports Map.
- TomcatStandaloneLocalConfigurationCapability - Class in org.codehaus.cargo.container.tomcat.internal
-
- TomcatStandaloneLocalConfigurationCapability() - Constructor for class org.codehaus.cargo.container.tomcat.internal.TomcatStandaloneLocalConfigurationCapability
-
Initialize the configuration-specific supports Map.
- TomcatWAR - Class in org.codehaus.cargo.container.tomcat
-
Extension that supports custom Tomcat context.xml
files located
in the META-INF/
directory of your WAR.
- TomcatWAR(String) - Constructor for class org.codehaus.cargo.container.tomcat.TomcatWAR
-
- toStatus(String) - Static method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
-
- toString() - Method in class org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaStandaloneLocalConfiguration
- toString() - Method in class org.codehaus.cargo.container.tomcat.internal.TomcatDeployableStatus
- toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat3xStandaloneLocalConfiguration
- toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat4xStandaloneLocalConfiguration
- toString() - Method in class org.codehaus.cargo.container.tomcat.Tomcat5xStandaloneLocalConfiguration
- toString() - Method in class org.codehaus.cargo.container.tomcat.TomcatExistingLocalConfiguration
- toString() - Method in class org.codehaus.cargo.container.tomcat.TomcatRuntimeConfiguration