mirror of
https://github.com/sismics/docs.git
synced 2024-11-04 14:13:24 +01:00
10 lines
305 B
XML
10 lines
305 B
XML
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
<Set name="contextPath">/</Set>
|
|
<Set name="war"><SystemProperty name="jetty.data" default="."/>/webapps/docs.war</Set>
|
|
|
|
<Call class="java.lang.System" name="setProperty">
|
|
<Arg>docs.home</Arg>
|
|
<Arg>/data</Arg>
|
|
</Call>
|
|
</Configure>
|