No appenders could be found for logger (com.sun.faces.config.ConfigureListener). Please initialize the log4j system properly.

2008-04-11 Thread Brokenbone
Hi I'm trying to configure log4j in my web application (built with Oracle ADF (JSF)). I've copied the jar into WEB-INF/lib folder, created log4j.properties file and put it to WEB-INF folder and modified orion-application.xml by adding When I deploy this application to Oracle AS and

Re: No appenders could be found for logger (com.sun.faces.config.ConfigureListener). Please initialize the log4j system properly.

2008-04-17 Thread Brokenbone
James, thanks! That was the problem. I's just that when using FileMonitor I could see that log4j.properties file was picked up by the process from WEB-INF and I thought that was OK. After putting it to classes folder it works. Regards! James A. N. Stauffer wrote: > > I think log4j.properties