Totally awesome.  This worked like a charm.

Thanks,

Ken Ramirez - Principal/CTO
[EMAIL PROTECTED]
  
Master-Mind Consulting Services
http://www.mastermind.com
Ph - 570-688-9600
Fx - 208-275-2301
 

> -----Original Message-----
> From: Sriram Narayanan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 27, 2002 10:08 AM
> To: Tomcat Users List
> Subject: RE: ClassNotFoundException
> 
> Just a question,
> 
> Would
Thread.currentThread().getContextClassLoader().loadClass("myclassname")
> help ?
> 
> I don't have TC 3.3, but this works for me in TC 4.0.1
> 
> Sriram
> 
> 
> 2/27/02 6:45:11 PM, Larry Isaacs <[EMAIL PROTECTED]> wrote:
> 
> >To deal with a situation like this, I have seen #1 below
> >implemented by providing an object that is loaded in the
> >webapp classloader to the base class.  A good candidate
> >would be "this" from MyServletClass.  MyBaseServletClass
> >can obtain the classloader of this object to gain access
> >to the webapp classloader.
> >
> >Cheers,
> >Larry
> >
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to