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 a

Re: Access StandardContext in WebappClassLoader

2010-08-27 Thread Chefo
ittle effort in tomcat as well. 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

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 wrote: > On 26.08.2010 17:24, Chefo wrote: > >> Hi again >> >> and thanks for the quick responses. >> >> What bothers me in the WebappClassLoader

Re: Access StandardContext in WebappClassLoader

2010-08-26 Thread Chefo
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- > Hash: SHA1 > > Chefo, > >

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 w