My thanks to Luther for submitting an Apache licensed version of his Log4JControlServlet. After our discussions about useful servlet related classes to include for v1.3, I went looking for previous code submissions related to displaying the current configuration information. I asked Luther to consider re-posting his code with the Apache license. I think that his servlet is a really good base for displaying current configuration information for a web application. I have a couple of ideas for feature additions that I will go into later. If anyone has any other ideas or code submissions in this vein, please post. -Mark
-----Original Message----- From: Luther Birdzell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 6:29 AM To: [EMAIL PROTECTED] Subject: Log4jControlServlet /** * A servlet used to dynamically adjust package logging levels * while an application is running. NOTE: This servlet is * only aware of pre-configured packages and packages that contain objects * that have logged at least one message since application startup. * * @author <a href=" Luther'>mailto:[EMAIL PROTECTED]" <mailto:[EMAIL PROTECTED]> >Luther E. Birdzell</a> * @version 1.1 */