Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!newsfeed.CARNet.hr!news.metronet.hr!not-for-mail From: John Smith Newsgroups: comp.lang.java.programmer Subject: Inherit logging properties in ja custom jar library? Date: Tue, 26 Apr 2011 12:53:10 +0200 Organization: Metronet Lines: 6 Message-ID: NNTP-Posting-Host: 213.147.110.159 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.metronet.hr 1303815190 2633 213.147.110.159 (26 Apr 2011 10:53:10 GMT) X-Complaints-To: abuse@metronet.hr NNTP-Posting-Date: Tue, 26 Apr 2011 10:53:10 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.16) Gecko/20101125 Thunderbird/3.0.11 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3257 Ja have a custom jar library which is used by a web service application. Can I inherit the log4j properties from the enveloping application in the jar? I want them both to write to the same file defined in log4j.properties of the web service. Thanks in advance for any help.