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]>

Reply via email to