1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

#668: jetty 11 deployment

This commit is contained in:
bgamard
2023-04-12 13:35:54 +02:00
parent b20577026e
commit e9a6609593
3 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
<?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>