在web.xml配置文件中加入Log4j的配置,部分配置文件如下:
log4jConfigLocation
/WEB-INF/log4j.xml
log4jRefreshInterval
60000
org.springframework.web.util.Log4jConfigListener
contextConfigLocation
classpath:spring/application-*.xml
com.hanvon.iface.web.listener.WebAppEventListener
.......