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

Definition

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

Example

Container container = new Resin3xContainer();

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

container.start();
Document generated by Confluence on Apr 30, 2005 12:52