Wednesday, May 28, 2008

Error : log4j:WARN Please initialize the log4j system properly

When you compile and run your JSP and encounter an error as such:

log4j:WARN No appenders could be found for logger(org.apache.struts.util.PropertyMessageResources).
log4j:WARN Please initialize the log4j system properly.

Nothing to worry about, simply add the log4j.jar file in your WEB-INF/lib folder.
At times, your lib folder might be missing in your WEB-INF folder.

Download Log4J.jar file from http://logging.apache.org/log4j/1.2/download.html

No comments: