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