Log4j cannot be resolved to absolute file path because it does not reside in
来自ling
web.xml 中将 log4j配置为
<context-param> <param-name>log4jConfigLocation</param-name> <param-value>/WEB-INF/log4j.properties</param-value> </context-param>