Thanks, but can you give some code examples of your implementation??. Now we are using the servlet init for our web applications, but I'm a little confused with the static init for the common classes.
Thank you very much! Best Regards. Carlos Yaconi Hitschfeld -----Mensaje original----- De: Alison Ortega [mailto:[EMAIL PROTECTED] Enviado el: Mi�rcoles, 11 de Junio de 2003 12:02 Para: [EMAIL PROTECTED] Asunto: Re: Problem configuring log4j with common classes I have a similar scenario - what I ended up doing is running an init (configure method) in an init servlet for each application and a static init in my common classes. The root appender is configured in my common classes, and each app has it's own category(ies)/appenders. Since each time you run the config, additions and replacements are made, not deletions, it worked. Alison Ortega North Carolina State University ACS Systems Programmer II 919-513-1417 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
