feat: support deep base URLs

This commit is contained in:
Florian Greinacher
2023-01-25 16:35:10 +01:00
committed by PlantUML
parent 6d90304fd7
commit afd8bbcceb
5 changed files with 36 additions and 13 deletions

9
ROOT.jetty.xml Normal file
View File

@@ -0,0 +1,9 @@
<?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>