RE: log4j:ERROR No appenders could be found for category (org.apache.commons.digester.Digester).

2002-07-09 Thread Ty Hill
Hey Lenny, I'm new to log4j but I think you are missing a rootLogger statement that ties your logger to the appenders. At least that's the way I take it. Check this link out.. http://jakarta.apache.org/log4j/docs/manual.html. I found it extremely useful for getting log4j up and running.

RE: log4j:ERROR No appenders could be found for category (org.apache.commons.digester.Digester).

2002-07-09 Thread Jacob Hookom
I ran into this problem when I updated to struts 1.1b1 since it already includes log4j implementations and my project had separately included the log4j.jar in my app's lib directory, it was causing problems. As soon as I removed the extra log4j.jar, then things ran fine without errors. I don't