Class | Description |
---|---|
Client |
A simple http client that talks to a server running the session-testing-war.
|
ContainerInstall |
Base class for handling downloading and configuring J2EE containers.
|
ContainerManager |
Manages multiple J2EE containers using cargo.
|
ServerContainer |
Base class for handling the setup and configuration of cargo containers
This class contains common logic for setting up and configuring cargo containers for J2EE
container installations.
|
TomcatContainer |
Container for a tomcat installation
Extends
ServerContainer to form a basic container which sets up and configures a Tomcat
container. |
TomcatInstall |
Tomcat specific container installation class
Provides logic for installation of tomcat.
|
Enum | Description |
---|---|
ContainerInstall.ConnectionType |
Represents the type of connection used in this installation
Supports either PEER_TO_PEER or CLIENT_SERVER.
|
TomcatInstall.TomcatVersion |
Version of tomcat that this class will install
Includes the download URL for the each version, the version number associated with each
version, and other properties or XML attributes needed to setup tomcat containers within Cargo
|