DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15896>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15896 PropertyConfigurator.configureAndWatch thread not stopping [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Summary|PropertyConfigurator.configu|PropertyConfigurator.configu |reAndWatch thread not |reAndWatch thread not |stopping |stopping ------- Additional Comments From [EMAIL PROTECTED] 2003-01-08 19:46 ------- Well, if you are talking about a servlet application, you should be able to call LogManager.shutdown() in the contextDestroyed() method of a servlet context listener (beginning with servlet-2.3). That is what I do. Any reload or removal of the application without shutting down the server should then clean up log4j so it will be ready for the next load. Does that solve the issue for you? Jake -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>