On Tue, Feb 5, 2008 at 11:10 AM, Adam Ruggles <[EMAIL PROTECTED]> wrote: > > I am also having this issue. In tomcat I just needed a log4j.xml in my > classpath, however geronimo seems to ignore it. > > The only solution I've found is to have Spring configure log4j through the > web.xml but that takes over all logging in geronimo. I need to have > separate logging for each of my web apps.
Have you tried to inverse-classloading and/or hidden-classes elements in your plan so log4j and its configuration in Geronimo is for Geronimo stuff and yours is for your stuff? Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
