This page last changed on Nov 15, 2006 by vmassol.

Definition

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

Example

InstalledLocalContainer container = new Resin3xInstalledLocalContainer(
    new Resin3xStandaloneConfiguration("target/resin3x"));

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

container.start();
Document generated by Confluence on Aug 13, 2011 20:11