Hi, On Wed, Dec 9, 2009 at 5:33 PM, Guo Zhenhua <[email protected]> wrote: > I want to run Sling in tomcat without using OSGi. Is that possible?...
You can run the Sling webapp (launchpad/webapp) directly into a servlet container. The webapp provides its own embedded OSGi framework. Running without that is not possible. -Bertrand
