Jacob Kjome wrote:
"commons-logging-api.jar" should be in CATALINA_HOME/bin. "commons-logging.jar"
and log4j.jar should be in CATALINA_HOME/common/lib. Do *not* put
"commons-logging.jar" in the "bin" directory, only "commons-logging-api.jar".
Do you still have the CNFE problem? If you still d
Jacob Kjome wrote:
Do you have both log4j.jar and commons-logging.jar in CATALINA_HOME/common/lib?
Note that is "comons-logging.jar", not "commons-logging-api.jar".
Jake
Quoting Mark F <[EMAIL PROTECTED]>:
Version: 5.0.30
Log4j: 1.3
I'm attempting to use l
Jacob Kjome wrote:
Do you have both log4j.jar and commons-logging.jar in CATALINA_HOME/common/lib?
Note that is "comons-logging.jar", not "commons-logging-api.jar".
Jake
Quoting Mark F <[EMAIL PROTECTED]>:
Version: 5.0.30
Log4j: 1.3
I'm attempting to use l
Version: 5.0.30
Log4j: 1.3
I'm attempting to use log4j for all of tomcat logs. I would like for
all logging to be output to the syslog daemon running on localhost.
I've configured a log4j.properties file and placed it in
$CATALINA_HOME/common/classes:
log4j.rootLogger=INFO, A1
log4j.app