On 30/04/2012 20:28, Shanti Suresh wrote:
> All,
>
> Is there a way to specify with Tomcat 7, one webapp-base with multiple
> contexts?
I may regret asking: why do you want do this?
p
> If I create several XML files under /conf/Catalina/localhost/
> and point the docbase to outside-appbase W
> From: Shanti Suresh [mailto:sha...@umich.edu]
> Subject: Multiple Contexts - one classloader
> I would like one application instance to serve the different contexts.
Please read the servlet spec; one application == one context. You can play
games with forwarding if you want,
All,
Is there a way to specify with Tomcat 7, one webapp-base with multiple
contexts? If I create several XML files under
/conf/Catalina/localhost/ and point the docbase to outside-appbase
WAR path I get multiple classloaders. I would like one application instance to
serve the different cont