This page last changed on Apr 25, 2005 by vmassol.

Definition

Stop a running container

Note: The stop action waits till the container is fully stopped before returning.

Example using the Java API

Stopping Orion 1.x:
Container container = new Orion1xContainer();
container.setHomeDir("c:/apps/orion-1.6.0b");

container.stop();

Example using the Ant API

Stopping Orion 1.x:
<cargo-orion1x homeDir="c:/apps/orion-1.6.0b" action="stop"/>
Document generated by Confluence on Apr 30, 2005 12:52