Geoff Soutter wrote:
> > > Anyway, just a nitpick, but there's a slightly confusing thing: the
> System
> > > classloader in the Bootstrap.java doesn't correspond to the "System"
> > > classloader in the docs - instead it corresponds to the "Common"
> > classloader
> > > ... I think it'd be a b
> > Anyway, just a nitpick, but there's a slightly confusing thing: the
System
> > classloader in the Bootstrap.java doesn't correspond to the "System"
> > classloader in the docs - instead it corresponds to the "Common"
> classloader
> > ... I think it'd be a bit clearer if they were synchronised
> Hi Craig,
>
> I've just been looking through Bootstrap.java and the classloader docs in
> Catalina because I need to do some classloading hacks of my own. Congrats,
> the code is really clear and it's (finally) helped me understand how the
> whole classloader delegation thing works.
>
> Anyway,
Hi Craig,
I've just been looking through Bootstrap.java and the classloader docs in
Catalina because I need to do some classloading hacks of my own. Congrats,
the code is really clear and it's (finally) helped me understand how the
whole classloader delegation thing works.
Anyway, just a nitpick