From d089cf2631c2d647b97977bff905a2bdbff93986 Mon Sep 17 00:00:00 2001 From: j180240 Date: Wed, 14 Sep 2016 15:00:54 +0800 Subject: upload the servicegateway code . Change-Id: I3fa83416412e9ef282bd03f45e011133965367c5 Signed-off-by: jiaxiangli --- .../service/src/main/webapp/WEB-INF/web.xml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 servicegateway/service/src/main/webapp/WEB-INF/web.xml (limited to 'servicegateway/service/src/main/webapp/WEB-INF') diff --git a/servicegateway/service/src/main/webapp/WEB-INF/web.xml b/servicegateway/service/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..6f06aed3 --- /dev/null +++ b/servicegateway/service/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,33 @@ + + + + + + + CXFServlet + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + CXFServlet + /openoapi/* + + + + org.springframework.web.context.ContextLoaderListener + + + contextConfigLocation + WEB-INF/classes/spring/*.xml,classpath*:spring/applicationContext.xml,classpath*:spring/service.xml + + + + 10000000 + + -- cgit 1.2.3-korg