I already put the log4jConfigLocation in web.xml, but I still get the following warning:
log4j:WARN No appenders cou
If that's the entire log4j.properties file it looks like you're never actually creating a logger. You need a line like:
log4j.rootLogger=debug,A1