quality@glassfish.java.net

RE: Errors with Log4J

From: Wim Verreycken <wim_at_pizzastop.be>
Date: Sun, 31 Aug 2008 18:57:49 +0200

Hi Jose,

I think this could be a commons logging issue.
In your web app, try creating a file org.apache.commons.logging.LogFactory
under /META-INF/services which contains the name Log implementation
(f.e. for Log4J : org.apache.commons.logging.impl.Log4JLogger)

wim