From e690871517457e68586e81f2cf19d43f121b5299 Mon Sep 17 00:00:00 2001 From: Steve Smokowski Date: Fri, 10 Feb 2017 16:08:20 -0500 Subject: Update Poms and Tests Change-Id: If95a1f2188e4073725c50b7dbb1e03b1329b7e27 Signed-off-by: Steve Smokowski --- src/main/docker/startup.sh | 2 +- src/main/webapp/WEB-INF/applicationContext.xml | 22 +++++++++++++++++++++- src/main/webapp/WEB-INF/rest-servlet.xml | 22 +++++++++++++++++++++- src/main/webapp/WEB-INF/web.xml | 22 +++++++++++++++++++++- 4 files changed, 64 insertions(+), 4 deletions(-) (limited to 'src/main') diff --git a/src/main/docker/startup.sh b/src/main/docker/startup.sh index 22950cd..c4a4d5f 100644 --- a/src/main/docker/startup.sh +++ b/src/main/docker/startup.sh @@ -24,4 +24,4 @@ echo "Checking environment for configuration options" $BIN_DIR/update_config.sh echo "Starting up model loader..." -$BIN_DIR/jetty.sh run > /dev/null 2>&1 \ No newline at end of file +$BIN_DIR/jetty.sh run > /dev/null 2>&1 diff --git a/src/main/webapp/WEB-INF/applicationContext.xml b/src/main/webapp/WEB-INF/applicationContext.xml index efca1ce..08a88e6 100644 --- a/src/main/webapp/WEB-INF/applicationContext.xml +++ b/src/main/webapp/WEB-INF/applicationContext.xml @@ -1,3 +1,23 @@ + + - \ 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 index e976951..6a23c2b 100644 --- a/src/main/webapp/WEB-INF/rest-servlet.xml +++ b/src/main/webapp/WEB-INF/rest-servlet.xml @@ -1,3 +1,23 @@ + + - \ No newline at end of file + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 7be34e7..c256b26 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,24 @@ + + model-loader @@ -17,4 +37,4 @@ rest / - \ No newline at end of file + -- cgit 1.2.3-korg