Re: Appender configuration question

2008-04-23 Thread Jacob Kjome
On Tue, 22 Apr 2008 16:27:52 -0400 NBW <[EMAIL PROTECTED]> wrote: I have a situation where I have my application JAR file which includes a 3rd party library JAR. This 3rd party library jar includes a log4j.xml file which configures some file appenders. Please contact the 3rd party and castiga

RE: Appender configuration question

2008-04-23 Thread Bender Heri
First: It is not recommended to include the log4j.xml into a jar file, especially not for third party library. Therefore the best way to solve your problem is either to remove the file from the jar or - even better - ask the vendor of the library to do that. If both is not possible, then you c