Re: Multiple Contexts - one classloader

2012-05-01 Thread Pid
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

RE: Multiple Contexts - one classloader

2012-04-30 Thread Caldarale, Charles R
> 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,

Multiple Contexts - one classloader

2012-04-30 Thread Shanti Suresh
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