在web.xml中:
<listener> <listener-class> org.springframework.web.util.Log4jConfigListener </listenerclass> </listener> <context-param> <param-name>log4jConfigLocation</param-name> <param-value>classpath:log4j.properties</param-value> </context-param> |
此时,log4j.properties在根目录src下