blob: f7f8073bd9b3f36781b951166b1cf6815e0b8dd8 (
plain)
1
2
3
4
5
6
7
8
|
<?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="tempDirectory" ><SystemProperty name="AJSC_HOME" />/staticContent/aai</Set>
</Configure>
|