Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / main / resources / extApps / aai.xml
diff --git a/src/main/resources/extApps/aai.xml b/src/main/resources/extApps/aai.xml
new file mode 100644 (file)
index 0000000..476d0a8
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0"  encoding="UTF-8"?>
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
+    <Configure class="org.eclipse.jetty.webapp.WebAppContext">
+        <Set name="war">
+            <SystemProperty name="AJSC_HOME" default="." />/extApps/aai.war
+        </Set>
+        <Set name="contextPath">/services/aai/webapp</Set>
+        <Set name="tempDirectory" ><SystemProperty name="AJSC_HOME" />/staticContent/aai</Set>
+    </Configure>