Re: web app dynamic configuration

2004-06-16 Thread Derek Scherger
Jacob Kjome wrote: Have you looked at the ConfigurationServlet in the logging-log4j-sandbox? http://cvs.apache.org/viewcvs.cgi/logging-log4j-sandbox/src/java/org/apache/log4j/servlet/ConfigurationServlet.java Hadn't seen it actually... thanks! You might want to verify whether your implementation p

web app dynamic configuration

2004-06-16 Thread Derek Scherger
Hi folks, I've got a bit of a start on a servlet that allows dynamic configuration changes to log levels used by various Logger's. It already is quite useful for me as it allows changes to be made to a running/deployed web-app without restarting or re-deploying. If this was included in the log4j.j

web app dynamic configuration

2004-06-14 Thread Derek Scherger
Hi folks, I've got a bit of a start on a servlet that allows dynamic configuration changes to log levels used by various Logger's. It already is quite useful for me as it allows changes to be made to a running/deployed web-app without restarting or re-deploying. If this was included in the log4j