before you go hacking with your own classloader, have you reviewed the
classloader doc? What kind of problems are you having? 

Only classes in each web application are loaded by the web app's
classloader. If you have classes in \common\lib or \tomcat\lib, they are
loaded by StandardClassLoader.

Charlie

> -----Original Message-----
> From: Michael Petres [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 08, 2002 9:32 PM
> To: [EMAIL PROTECTED]
> Subject: Debugging class loading
> 
> 
> Folks,
> 
> I have run into some problems with class loading in my 
> servlet... I would like
> to debug the loading of ALL classes by tomcat. One option I 
> was thinking of
> was to (for debugging) add a the following under the <context> tag :
> 
> 
> <Loader className="org.apache.catalina.loader.WebappLoader" 
> delegate="false"
> reloadable="false" checkInterval="15" debug="99"
> 
> cloaderClass="my.custom.CustomClassLoader"/>
> 
> where CustomClassLoader would extend WebappClassLoader. Is 
> this feasible ?
> Perhaps there is a better option....
> 
> I would appreciate any ideas as I am stuck with this problem...
> 
> Thanx,
> Michael Petres
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> InnovObjX Corp.
> Web: www.innovobjx.com
> Tel: 905-729-2235 x3
> Fax: 905-729-2235
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to