This page last changed on Mar 04, 2006 by vmassol.

Definition

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

Example

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

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

container.start();
Document generated by Confluence on Mar 22, 2006 15:28