Can someone give me an example of how to assign a webapp to the root context for Tomcat? I created a fragment bundle containing a conf/server.xml file, but I am not sure what to set appBase in the Host element and the docBase in the Context element. (I know how to do it if I were running tomcat in standalone mode.)
I have Tomcat running in equinox with spring osgi web extender.
Thanks.


