From 845783f51ab167985af9ff75646966a2753ccca8 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Fri, 29 Sep 2017 15:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar | 0 .../WEB-INF/lib/aspose-words-15.8.0-jdk16.jar | 0 .../main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar | 0 .../src/main/webapp/WEB-INF/web.xml | 134 +++++++++++++++++++++ 4 files changed, 134 insertions(+) create mode 100644 platform-operate-api/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar create mode 100644 platform-operate-api/src/main/webapp/WEB-INF/lib/aspose-words-15.8.0-jdk16.jar create mode 100644 platform-operate-api/src/main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar create mode 100644 platform-operate-api/src/main/webapp/WEB-INF/web.xml diff --git a/platform-operate-api/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar b/platform-operate-api/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar new file mode 100644 index 0000000..e69de29 diff --git a/platform-operate-api/src/main/webapp/WEB-INF/lib/aspose-words-15.8.0-jdk16.jar b/platform-operate-api/src/main/webapp/WEB-INF/lib/aspose-words-15.8.0-jdk16.jar new file mode 100644 index 0000000..e69de29 diff --git a/platform-operate-api/src/main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar b/platform-operate-api/src/main/webapp/WEB-INF/lib/lucene-core-3.6.0.jar new file mode 100644 index 0000000..e69de29 diff --git a/platform-operate-api/src/main/webapp/WEB-INF/web.xml b/platform-operate-api/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..5994bfc --- /dev/null +++ b/platform-operate-api/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,134 @@ + + + + + + + + + default + *.xml + + + + + + contextConfigLocation + + classpath*:/spring/applicationContext.xml + + + + + 60 + + + log4jConfigLocation + classpath:log4j_config.xml + + + log4jRefreshInterval + 60000 + + + dispatcher + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath*:/spring/applicationContext-mvc.xml + + 1 + + + dispatcher + / + + + + perfFilter + com.lyms.platform.common.perf.SimpleHttpPerfFilter + + fixName + .jsp,.vm,.js,.css,.ico + + + threshold + 1500 + + + + perfFilter + /* + + + HttpMethodFilter + org.springframework.web.filter.HttpPutFormContentFilter + + + HttpMethodFilter + /* + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + + + encodingFilter + /* + + + org.springframework.web.context.ContextLoaderListener + + + org.springframework.web.util.Log4jConfigListener + + -- 1.8.3.1