Re: logging initialization order

2006-11-12 Thread Ed Griebel
On 11/10/06, Ping Yu <[EMAIL PROTECTED]> wrote: Nov 9, 2006 2:35:23 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive test.war log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initialize the

Re: logging initialization order

2006-11-10 Thread Chris Pratt
We have a similar situation. I use a the contextInitialized event of a javax.servlet.ServletContextListener to initialize our logging environment before Struts gets hold of it. (*Chris*) On 11/10/06, Ping Yu <[EMAIL PROTECTED]> wrote: Hi, people in the list, I still got problems in log4j w

logging initialization order

2006-11-10 Thread Ping Yu
Hi, people in the list, I still got problems in log4j warnings. I didn't use digester in my application. I have my own log.jave file and I would like to initialize my log.java file before Tomcat/struts initializes the Digester logger. Right now, the log4j warning occurs immedia