Cargo provides a Java API to start/stop and configure Java containers.
Quick Start
The following piece of code demonstrates how to configure Resin 3.0.8 to start in target/resin3x and deploy a WAR located in src/testinput/simple.war. The default port is 8080. Please note that the container.start() and container.stop() methods wait until the container is fully started and fully stopped before continuing. Thus, for any action you are executing after, you are assured the container is completely operational.
Latest container support status
In this section you can find out about the current state of support for the different containers.
Container |
Status |
Since |
First released |
Comments |
|---|---|---|---|---|
Orion 1.x |
supported |
0.1-dev |
N/A |
Working |
Orion 2.x |
supported |
0.1-dev |
N/A |
Working |
Resin 2.x |
supported |
0.1-dev |
N/A |
Working |
Resin 3.x |
supported |
0.1-dev |
N/A |
Working |
As glitches may happen even after a container is released for the first time, e.g. if a new feature is added to the framework, but not supported by all containers, we encourage you to report your success/failures in the Tested on section.