How to configure log4j for websphere 6.1 as my jsp code contains display tag, even though i have added the log4j jars in the WEB-INF/lib folder it shows the below error on the console whenever trying to view the page through the WAS server.
SystemErr R log4j:WARN No appenders could be found for logger (org.displaytag.properties.TableProperties).
SystemErr R log4j:WARN Please initialize the log4j system properly.
the message is just a notification that log4j hasn’t been configured to log messages from org.displaytag.properties.TableProperties class (if any)..
this is not an issue as such.. usually this can be ignored.