Definition
A top level interface wrapping a real physical containerExplanation
A container is the base concept in Cargo. It represents an existing container runtime. A container is composed of a Configuration. There are 2 types of containers:
Support Matrix
Java | Ant | Maven2 |
---|---|---|
Container features
- Container Instantiation — Create a container instance
- Local Container — A container executing on the machine where Cargo executes
- Container Classpath — How to configure the executing container's classpath
- Application Classpath — How to configure the classpath of the application without changing the container's own classpath
- JBoss 7.x onwards and WildFly container classpath
- Container Start — Start a container that is not already running
- Container Stop — Stop a running container
- Container Timeout — Timeout after which the container start/stop is deemed failed
- Embedded Container — A container executing in the same JVM where Cargo is running
- Installed Container — A container installed on the machine where Cargo executes.
- Installer — Installs a container
- Passing system properties — How to pass system properties that will be available to the container while executing
- Container Classpath — How to configure the executing container's classpath
- Remote Container — A container that is already running on some machine (local or remote)
Container support
The below list shows the supported containers and extensions that are implemented for each container, as well as the the version of the associated Codehaus Cargo module where the feature was first made available.
Click on a container's name to see a detailed list of features it supports.
Container | Java API (version) | Ant tasks (version) | Maven 2 / Maven 3 plugin (version) |
---|---|---|---|
|
|
| |
|
|
| |
Geronimo 3.x | ![]() 1.2.4 | ![]() 1.2.4 | ![]() 1.2.4 |
|
|
| |
|
|
| |
GlassFish 4.x | ![]() 1.4.0 | ![]() 1.4.0 | ![]() 1.4.0 |
GlassFish 5.x | 1.6.6 | 1.6.6 | 1.6.6 |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
![]() 1.4.3 | ![]() 1.4.3 | ![]() 1.4.3 | |
JBoss 7.3.x | ![]() 1.4.6 | ![]() 1.4.6 | ![]() 1.4.6 |
JBoss 7.4.x | ![]() 1.4.9 | ![]() 1.4.9 | ![]() 1.4.9 |
JBoss 7.5.x | ![]() 1.4.17 | ![]() 1.4.17 | ![]() 1.4.17 |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
Resin 3.1.x | ![]() 1.2.0 | ![]() 1.2.0 | ![]() 1.2.0 |
Resin 4.x | ![]() 1.4.0 | ![]() 1.4.0 | ![]() 1.4.0 |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
Tomcat 8.x | ![]() 1.4.4 | ![]() 1.4.4 | ![]() 1.4.4 |
Tomcat 9.x | ![]() 1.5.1 | ![]() 1.5.1 | ![]() 1.5.1 |
TomEE 1.x | ![]() 1.4.11 | ![]() 1.4.11 | ![]() 1.4.11 |
TomEE 7.x | ![]() 1.6.0 | ![]() 1.6.0 | ![]() 1.6.0 |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
WebLogic 12.x | ![]() 1.2.4 | ![]() 1.2.4 | ![]() 1.2.4 |
WebLogic 12.1.x | ![]() 1.4.6 | ![]() 1.4.6 | ![]() 1.4.6 |
WebLogic 12.2.x | ![]() 1.4.18 | ![]() 1.4.18 | ![]() 1.4.18 |
WebSphere 8.5.x | ![]() 1.3.0 | ![]() 1.3.0 | ![]() 1.3.0 |
WebSphere 9.x | 1.6.4 | 1.6.4 | 1.6.4 |
WebSphere Liberty | ![]() 1.5.0 | ![]() 1.5.0 | ![]() 1.5.0 |
WildFly 8.x | ![]() 1.4.2 | ![]() 1.4.2 | ![]() 1.4.2 |
WildFly 9.x | ![]() 1.4.15 | ![]() 1.4.15 | ![]() 1.4.15 |
WildFly 10.x | ![]() 1.4.18 | ![]() 1.4.18 | ![]() 1.4.18 |
WildFly 11.x | ![]() 1.6.3 | ![]() 1.6.3 | ![]() 1.6.3 |
WildFly 12.x | 1.6.7 | 1.6.7 | 1.6.7 |
WildFly 13.x | 1.6.9 | 1.6.9 | 1.6.9 |
WildFly Swarm | 1.6.5 | 1.6.5 | 1.6.5 |
Some containers are automatically tested by the Continous Integration system every time there is a code change. For these the container's page also shows which version is tested.