This page last changed on Jul 17, 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(
    new OrionStandaloneConfiguration("target/orion1x"));
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 Jul 21, 2005 06:52