From 22ba8b537cc704a652991abfd0cc69199a14d32d Mon Sep 17 00:00:00 2001 From: liquanyu Date: Mon, 24 Jul 2017 10:39:43 +0800 Subject: [PATCH] update code --- .../src/main/webapp/WEB-INF/web.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 platform-msg-generate/src/main/webapp/WEB-INF/web.xml diff --git a/platform-msg-generate/src/main/webapp/WEB-INF/web.xml b/platform-msg-generate/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..8f613c3 --- /dev/null +++ b/platform-msg-generate/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,58 @@ + + + + + + contextConfigLocation + + classpath*:/spring/applicationContext.xml + + + + webAppRootKey + webapp.platform-msg-generate + + + + 60 + + + log4jConfigLocation + classpath:log4j_config.xml + + + log4jRefreshInterval + 60000 + + + dispatcher + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/spring/applicationContext-mvc.xml + + 1 + + + + dispatcher + / + + + org.springframework.web.context.ContextLoaderListener + + + org.springframework.web.util.Log4jConfigListener + + \ No newline at end of file -- 1.8.3.1