https://issues.apache.org/bugzilla/show_bug.cgi?id=49571

--- Comment #1 from David North <[email protected]> 2011-10-06 
16:26:08 UTC ---
I've implemented a workaround in my J2EE app which involves subclassing
FileWatchdog and adding a shutdown() method to interrupt its thread at
application undeploy/shutdown.

Since our app already calls LogManager.shutdown() when undeployed (and this
seems like the right thing to do in order to ensure appenders close() methods
etc. are called), I'd favour addressing this bug by making the thread spawned
by configureAndWatch be shut down as part of LogManager.shutdown().

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

Reply via email to