Cargo : Static deployment of expanded WAR
This page last changed on Apr 25, 2005 by vmassol.
DefinitionDeploy an expanded WAR that will be started when the container startsExampleContainer 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 |