This page last changed on Jul 17, 2005 by vmassol.

Definition

Deploy an expanded WAR that will be started when the container starts

Example

Container container = new Resin3xContainer(
    new Resin3xStandaloneConfiguration("target/resin3x"));

Deployable war = container.getDeployableFactory().createWAR(
    "some/expanded/war/directory");
container.addDeployable(war);

container.start();
Document generated by Confluence on Jul 21, 2005 06:52