No, this does not mean that the configureAndWatch option does not work in the servlet/web application world. Jacob's Log4jInitServlet (you can search the archives for references) demonstrates that configureAndWatch can be used very effectively.
This servlet can be used to view the current configuration for a given web application. It can also be used to make quick changes to the configuration without requiring changes to the cofiguration file, etc. Right now it is limited to the set of loggers that have been created, but there is no reason why it cannot be enhanced to set the level for any desired logger. -Mark > -----Original Message----- > From: Lutz Michael [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 7:23 AM > To: 'Log4J Developers List' > Subject: RE: Log4jControlServlet > > > > > Pardon my lack of understanding, but does this mean that the > "configureAndWatch" option generally doesn't work in the > Servlet world? ... > or are you addressing something different here. > > > > -----Original Message----- > From: Luther Birdzell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 9: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 > */ > > > > > -------------------------------------------------------------- > ----------------- > This message and any included attachments are from Siemens > Medical Solutions > Health Services Corporation and are intended only for the > addressee(s). > The information contained herein may include trade secrets or > privileged or > otherwise confidential information. Unauthorized review, > forwarding, printing, > copying, distributing, or using such information is strictly > prohibited and may > be unlawful. If you received this message in error, or have > reason to believe > you are not authorized to receive it, please promptly delete > this message and > notify the sender by e-mail with a copy to [EMAIL PROTECTED] > Thank you > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>