From 6f96dc857d1bf230f0e8a96dd7ab0b6b203c44bb Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 27 Apr 2011 13:42:34 +0100 Subject: [PATCH] AMQP-165: added config listener to log4j web app --- log4j/src/main/webapp/WEB-INF/web.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/log4j/src/main/webapp/WEB-INF/web.xml b/log4j/src/main/webapp/WEB-INF/web.xml index fda42b6..16cd292 100644 --- a/log4j/src/main/webapp/WEB-INF/web.xml +++ b/log4j/src/main/webapp/WEB-INF/web.xml @@ -2,14 +2,17 @@ + http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> contextConfigLocation classpath*:/server-bootstrap-*.xml - - + + + + org.springframework.web.util.Log4jConfigListener + + org.springframework.web.context.ContextLoaderListener