blob: 476d0a8bba951bf18df881cd5409735dae261277 (
plain)
1
2
3
4
5
6
7
8
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>
|