> I got this error... > WebappClassLoader; Lifecycle error :CL stopped.
> Does anoyone have any idea about this error. Guess there should be a way to avoid/fix this. Usually, it happens when an attempt is made to use the old CL when a context reload is made. Usually, it happens because of object still being referenced by static fields in JDK classes. For example, the security provider API is known to do this. Solution: implement a servlet with a destroy() method, and use it clean up the references. Remy -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
