Re: Error when stopping or reloading web application

2007-01-08 Thread Leon Rosenberg
A good solution (or it seems to be one, at least it works for me) is to have a contextlistener which explicitely stops all custom threads (even daemon threads). regards Leon On 1/8/07, David Delbecq <[EMAIL PROTECTED]> wrote: I have the same problem here. That's a problem coming from the way ja

Re: Error when stopping or reloading web application

2007-01-08 Thread David Delbecq
I have the same problem here. That's a problem coming from the way jakarta common logging works together with the way tomcat invalidate it's webappclassloader before calling the servelt unloading code. When a class need a logger it does all sort of classloading stuff. Unfortunately, when you do thi

Error when stopping or reloading web application

2007-01-08 Thread Andre Prasetya
Hi, I got a problem. I always see this at catalina.out everytime I stopped or reload the web application, what can I do to stop this ? My Application is Thread based and run behind a web application. When the web application stopped, it will set the stop value of the Thread as true and will dump e