-
log4j in struts (2 messages)
- Posted by: satish kumar
- Posted on: December 05 2007 01:32 EST
I am new to struts. I want to configure log4j with struts application in order to receive errors. receiving log4j:WARN No appenders could be found for logger (org.apache.struts.util.PropertyMessageResources). log4j:WARN Please initialize the log4j system properly. I placed log4j.properties file under WEB-INF/classes I want to know how to configure log4j correctlyThreaded Messages (2)
- log4j in struts by Vijayakumar Govindasamy on January 08 2008 06:58 EST
- thank you by satish kumar on January 25 2008 05:10 EST
-
log4j in struts[ Go to top ]
- Posted by: Vijayakumar Govindasamy
- Posted on: January 08 2008 06:58 EST
- in response to satish kumar
The reason why you see this message is that your log4j configuration file(i.e. log4j.xml or log4j.properties) is NOT found in the classpath. Placing the log4j configuration file in the applications classpath should solve the issue. -
thank you[ Go to top ]
- Posted by: satish kumar
- Posted on: January 25 2008 05:10 EST
- in response to Vijayakumar Govindasamy
thanks for the reply