From 7b63090190459364e2c4be3edf49ebb6256f6dab Mon Sep 17 00:00:00 2001 From: luxin Date: Wed, 15 Mar 2017 16:49:25 +0800 Subject: Onboarding Interface Validate&Lifecycle Test Onboarding Interface VNFSDK-78 Change-Id: Ic59ffb6d2b2ddbb128fa5634307ad16c5bb4f319 Signed-off-by: luxin --- lifecycle-test/src/main/webapp/WEB-INF/web.xml | 47 ++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 lifecycle-test/src/main/webapp/WEB-INF/web.xml (limited to 'lifecycle-test/src/main/webapp/WEB-INF') diff --git a/lifecycle-test/src/main/webapp/WEB-INF/web.xml b/lifecycle-test/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..30750ca --- /dev/null +++ b/lifecycle-test/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,47 @@ + + + + + + org.springframework.web.context.ContextLoaderListener + + + CXFServlet + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + CXFServlet + /openoapi/vnfsdk/* + + + + contextConfigLocation + WEB-INF/classes/spring/*.xml + + + + + 10000000 + + + lifecycle-test-service + + \ No newline at end of file -- cgit 1.2.3-korg