mirror of
https://github.com/sismics/docs.git
synced 2024-11-04 14:13:24 +01:00
12 lines
432 B
XML
12 lines
432 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "https://www.eclipse.org/jetty/configure_10_0.dtd">
|
|
<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>
|