Hello

I'm developping a struts application with tomcat. I use the commons-logging
package for logging.

commons-logging.properties:
--
#
# commons-logging config
#

org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactory
Impl
org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
--

simplelog.properties:
--
#
# simplelog config
#

org.apache.commons.logging.simplelog.defaultlog=trace
--

Both reside in my WEB-INF/classes-dir, they are properly named and are
world-readable, but somehow they are not loaded, so commons-logging falls
back to default behaviour.

What am I doing wrong?

regards

Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to