Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <!DOCTYPE Configure PUBLIC | ||||
3 | "-//Mort Bay Consulting//DTD Configure//EN" | ||||
4 | "http://www.eclipse.org/jetty/configure_9_0.dtd"> | ||||
5 | |||||
6 | <Configure class="org.eclipse.jetty.webapp.WebAppContext"> | ||||
Einav Weiss Keidar | f2c4723 | 2018-05-30 18:12:02 +0300 | [diff] [blame] | 7 | <Set name="contextPath">/${app.context.path}</Set> |
Michael Lando | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 8 | </Configure> |