Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / main / resources / extApps / aai.xml
1 <?xml version="1.0"  encoding="UTF-8"?>
2 <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
3     <Configure class="org.eclipse.jetty.webapp.WebAppContext">
4         <Set name="war">
5             <SystemProperty name="AJSC_HOME" default="." />/extApps/aai.war
6         </Set>
7         <Set name="contextPath">/services/aai/webapp</Set>
8         <Set name="tempDirectory" ><SystemProperty name="AJSC_HOME" />/staticContent/aai</Set>
9     </Configure>