OK, that's a reason. So you create one instance of the classloader for each protocol/jar ?
I think you have to find out where it hangs: - under linux/unix kill -QUIT <jvmpid> will produce a stacktrace for each thread (per dafault catalina.out) - build extensive logging in your classloader - use a debugger to find ourt what hapens Or you could try to isolate the problem with an example and post that to the list. > -----Original Message----- > From: Ola Berg [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 12, 2002 10:30 AM > To: Tomcat Users List > Subject: Re: [classloading] How to use URLClassLoader within a servlet > > Doesn't help since the underlying API (outside of my control) > belongs in different jars (same class names, different > implementations). > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
