log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Micael
I am new to using log4j and am getting the standard error log4j:ERROR No appenders could be found for category (Actions). log4j:ERROR Please initialize the log4j system properly. I don't know if this means that Tomcat, Struts, or the Application (Chiki) is not initialized properly. The

Re: log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Jacob Kjome
Why put the log4j configuration file in the classpath if you are initializing it in an init servlet? Just put it alongside your web.xml file in WEB-INF. Only put it in WEB-INF/classes if you want log4j to perform default initializationand call it log4j.xml or log4j.properties otherwise

Re: log4j initialization: Tomcat, Struts Framework, or Application?

2002-12-25 Thread Jacob Kjome
Ug, the first line is confusing. I had two different trains of thought going there. It should read why put the log4j configuration file in the classpath. Jake At 10:04 PM 12/25/2002 -0600, you wrote: Why put the log4j configuration file in the classpath if you are initializing it in an