Re: small suggestion for classloader docs

2001-01-09 Thread Craig R. McClanahan
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

Re: small suggestion for classloader docs

2001-01-09 Thread Geoff Soutter
> > 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

Re: small suggestion for classloader docs

2001-01-09 Thread Remy Maucherat
> 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,

TC4: small suggestion for classloader docs

2001-01-09 Thread Geoff Soutter
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