Definition
Deploy a WAR that will be started when the container starts
Example
Let's see how to use Jetty 4.x (an embedded container) with a WAR to deploy in it.
Example using the Ant API
Starting JOnAS 5.x with a WAR to deploy:
Example using the Maven2/Maven3 API
Here is the plugin configuration defining a JOnAS 5.x container with a WAR to deploy:
For more information...
For more information about how deployment in CARGO works, please read:
- How deployables work, which explains how to instanciate and personalize deployables.
- How deployers work, which explains how the different deployers work.
Labels: