RE: Problem with linux

2010-04-28 Thread Baskaradoss, B - SPLXM
: Bender Heri [mailto:hben...@ergonomics.ch] Sent: Wednesday, April 28, 2010 9:43 AM To: 'Log4J Users List' Subject: RE: Problem with linux The IBM lib is overwriting your own log configuration, probably by a active configure() call. Either you do this in your code, or the library does

RE: Problem with linux

2010-04-27 Thread Reddy, Ramachandra
Check if you have different log4j.jar in your classpath on linux machine. I guess log4j-1.4.jar and above supports only log4j.xml and not log4j.properties. If log4j.properties try loading it as PropertyConfigurator.configure(logFileURL); If log4j.xml try loading it with