AW: Using Log4j in Struts 1.1

2004-07-08 Thread Michael Albrecht
Hi! 1. You have to put commons.logging.jar and your favourite implementation, e.g. log4j.jar, in the WEB-INF/lib or the server directory for common libraries (e.g. CATALINA_HOME/commons/lib). 2. The configuration of the logging framework could be done in several ways. The most simple one to do is

Re: Using Log4j in Struts 1.1

2004-07-08 Thread Selim Hendrickson
Hi, You have to put the log4j.jar into the lib directory. Then you construct the log4j.properties file and put into the classes directory. Here is a sample log4j.properties file: log4j.rootLogger=WARN, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.

Using Log4j in Struts 1.1

2004-07-08 Thread alok . garg
Hello All, Can anybody send me the steps to config Log4j in struts1.1. Using commons-logging Regards, Alok Garg