feat: support deep base URLs
This commit is contained in:
committed by
PlantUML
parent
6d90304fd7
commit
afd8bbcceb
9
ROOT.jetty.xml
Normal file
9
ROOT.jetty.xml
Normal 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>
|
||||
Reference in New Issue
Block a user