aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml')
-rw-r--r--sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml b/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml
new file mode 100644
index 00000000..92e847c8
--- /dev/null
+++ b/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
+
+<Configure class="org.eclipse.jetty.webapp.WebAppContext">
+ <Set name="contextPath">/workflows</Set>
+</Configure>