https://issues.apache.org/bugzilla/show_bug.cgi?id=41504
--- Comment #8 from Paul Hamer <[EMAIL PROTECTED]> 2008-10-12 13:58:18 PST --- Mark, thanks for putting me on the right track!! Turns out the problem was indeed caused by my own custom classloader. It was not aware of the webapp getting reloaded and simply kept serving the "old" classes. I have now added a LifecycleListener to the StandardContext instance and whenever a "start" event is received my custom classloader is forced to reload all classes. Webapp-reloading now works like a charm!! Thanks a lot! Please note: this does not explain why this issue does not appear to exist in Tomcat 5.5.12 as suggested by the original submitter of this bug. Kinds regards, Paul Hamer -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]