From ef768a7c864f0d807d8696449f5eed7a4552316f Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Thu, 9 Feb 2017 15:43:35 -0500 Subject: Initial OpenECOMP A&AI Model Loader commit Change-Id: Iae343fa01ecc701919703fb7d61727555371321d Signed-off-by: Steve Smokowski --- src/main/webapp/WEB-INF/applicationContext.xml | 9 +++++++++ src/main/webapp/WEB-INF/rest-servlet.xml | 12 ++++++++++++ src/main/webapp/WEB-INF/web.xml | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 src/main/webapp/WEB-INF/applicationContext.xml create mode 100644 src/main/webapp/WEB-INF/rest-servlet.xml create mode 100644 src/main/webapp/WEB-INF/web.xml (limited to 'src/main/webapp/WEB-INF') diff --git a/src/main/webapp/WEB-INF/applicationContext.xml b/src/main/webapp/WEB-INF/applicationContext.xml new file mode 100644 index 0000000..efca1ce --- /dev/null +++ b/src/main/webapp/WEB-INF/applicationContext.xml @@ -0,0 +1,9 @@ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/rest-servlet.xml b/src/main/webapp/WEB-INF/rest-servlet.xml new file mode 100644 index 0000000..e976951 --- /dev/null +++ b/src/main/webapp/WEB-INF/rest-servlet.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..7be34e7 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,20 @@ + + + model-loader + + + + org.springframework.web.context.ContextLoaderListener + + + + + rest + org.springframework.web.servlet.DispatcherServlet + 1 + + + rest + / + + \ No newline at end of file -- cgit 1.2.3-korg