ConfigureAndWatch

2003-09-11 Thread Rajat Sharma
Hi I am using Log4J on a project running on Weblogic 6.1 and used a servlet to configure the DOMConfigurator to use configureAndWatch. Does log4j reconfigure only if there is a change in the config file, or does it reconfigure irrespective after the time interval specified as the argument to

ConfigureAndWatch (Add-on)

2003-09-11 Thread Rajat Sharma
Hi One more question in addition to the one below... I've read at a couple of places that it isn't a good idea to use configureAndWatch() in production systems. What are the potential pitfalls in doing so? thanks again Rajat. Rajat Sharma [EMAIL PROTECTED] wrote: Hi I am using Log4J on a

RE: ConfigureAndWatch (Add-on)

2003-09-11 Thread Ebersole, Steven
Does log4j reconfigure only if there is a change in the config file Yes, the watch period only specifies how often to check for changes The main pitfall is non-terminated threads. Especially if you utilize hot-redeployment; when hot-redeploying, weblogic will not be able to terminate the