mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-11-09 14:20:58 +00:00
10 lines
323 B
XML
10 lines
323 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!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">
|
||
|
<Env name="CONTEXT_PATH" />
|
||
|
</Set>
|
||
|
<Set name="war">/plantuml.war</Set>
|
||
|
</Configure>
|