summaryrefslogtreecommitdiffstats
path: root/dcaedt_be/src/main/webapp/WEB-INF/jetty-web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_be/src/main/webapp/WEB-INF/jetty-web.xml')
-rw-r--r--dcaedt_be/src/main/webapp/WEB-INF/jetty-web.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/dcaedt_be/src/main/webapp/WEB-INF/jetty-web.xml b/dcaedt_be/src/main/webapp/WEB-INF/jetty-web.xml
new file mode 100644
index 0000000..6d5a8f6
--- /dev/null
+++ b/dcaedt_be/src/main/webapp/WEB-INF/jetty-web.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE Configure PUBLIC
+ "-//Mort Bay Consulting//DTD Configure//EN"
+ "http://www.eclipse.org/jetty/configure_9_0.dtd">
+
+<Configure class="org.eclipse.jetty.webapp.WebAppContext">
+ <Set name="contextPath">/dcae</Set>
+ <Set name="parentLoaderPriority">true</Set>
+ <!-- <Call name="addServerClass">
+ <Arg>-org.eclise.jetty.util</Arg>
+ </Call> -->
+</Configure>