On Feb 6, 2008 11:52 PM, Marts, Eric <[EMAIL PROTECTED]> wrote: > ...Right now it > is deployed as a bundle, but the plan is to have the ability to deploy > in other containers (JBoss, Tomcat, Geronimo etc)...
A Sling webapp (as generated by the launchpad-webapp module) should run in any Servlet 2.4 container with a Java 5 VM. The launchpad-webapp integration tests can be used to verify this, by running them against a Sling instance running in a separate container. -Bertrand
