From 4cd69795d2a238ed67ec734d8b70d3cd133f843f Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 28 Jan 2013 17:50:47 +0400 Subject: [PATCH] removed unneeded declarations inside web.xml --- src/main/webapp/WEB-INF/web.xml | 88 ++++----------------------------- 1 file changed, 10 insertions(+), 78 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 75ba1b90b..37169b509 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -18,6 +18,10 @@ spring.profiles.active jdbc + log4jConfigLocation - /WEB-INF/classes/log4j.properties + /WEB-INF/classes/log4j.xml contextConfigLocation classpath:spring/applicationContext-dao.xml - - + + + org.springframework.web.context.ContextLoaderListener + - - - - org.springframework.web.context.ContextLoaderListener - - - - - - default - /static/* - - - - - - - - \ No newline at end of file