From: Shrock, C. <Sh...@in...> - 2004-11-30 01:21:16
|
=) I agree. I like your suggestion, however it confounds me further. If the class loader can find opt/hapi/config/log4j.xml in the jar file shouldn't it also find just log4j.xml if the CLASSPATH contains "." and the .xml is in the current executing directory? -----Original Message----- From: ke...@us... [mailto:ke...@us...] Sent: Monday, November 29, 2004 4:54 PM To: hl7...@li... Subject: Re: Fwd: [HAPI-devel] I quick question from a newbie re log4j Yes, add something like this to your java options or properties: -Dlog4j.configuration=file:///opt/hapi/conf/log4j.xml It took me some time reading the "wonderful" log4j documentation to understand this. |