Hi,

I have been trying to wrap my head around deploying web apps in the dmServer, and have a question.

From what I have gathered so far, web apps based on say Tapestry or GWT can run into issues depending on how classloading is performed within the respective frameworks. Does the web extender allow me to deploy such a web app in something that looks more like stock tomcat, which would then have classloading supported as those frameworks expect, so I could deploy them within the dmServer?

I realize that is confusing, but I hope my question is decipherable. Bottom line is we have Tapestry and GWT based web apps, and I would like to start by deploying them with as few changes as possible into the dmServer, and then start refactoring out osgi compatible bundles/modules.