users@glassfish.java.net

Re: log4j.properties outside ear

From: <glassfish_at_javadesktop.org>
Date: Wed, 22 Aug 2007 18:18:25 PDT

You need to make sure that the log4j.properties can be
found by your application's classloader, or any of its delegation
parents (if the log4j.properties is to be shared across applications),
since it is loaded using cl.getResource(), where "cl" is the thread's
context classloader.

Thanks for the hint but how do I do that
[Message sent by forum member 'priyasubu' (priyasubu)]

http://forums.java.net/jive/thread.jspa?messageID=232211