Re: Access StandardContext in WebappClassLoader

2010-08-30 Thread Chefo
Hi Chris, On Sat, Aug 28, 2010 at 1:12 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, On 8/27/2010 7:34 AM, Chefo wrote: thanks for the interest - of course I'll give you an example. Surprisingly

Re: Access StandardContext in WebappClassLoader

2010-08-27 Thread Chefo
. Best regards, Stefan On Thu, Aug 26, 2010 at 8:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chefo, On 8/26/2010 11:24 AM, Chefo wrote: What bothers me in the WebappClassLoader is the fact that before it checks its

Access StandardContext in WebappClassLoader

2010-08-26 Thread Chefo
Hi guys, I'm using tomcat 6.0.18 adapted to osgi environment and I would like to make the WebappClassLoader configurable so that it does not load certain packages directly through the system class loader but use the class loader hierarchy instead. In order to do that I have extended the standard

Re: Access StandardContext in WebappClassLoader

2010-08-26 Thread Chefo
. I thought it would be normal for the webapp class loader to be able to access the context that is associated with it... Hope that makes it a bit clearer... Thanks, Chefo On Thu, Aug 26, 2010 at 5:43 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE

Re: Access StandardContext in WebappClassLoader

2010-08-26 Thread Chefo
Great idea. I'll give it a try immediately! Thanks a lot, Chefo On Thu, Aug 26, 2010 at 6:43 PM, Rainer Jung rainer.j...@kippdata.dewrote: On 26.08.2010 17:24, Chefo wrote: Hi again and thanks for the quick responses. What bothers me in the WebappClassLoader is the fact that before