Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5e1ed11be9f844d1f47a45d3d9b8c563bded9ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"  encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">

<Configure class="org.eclipse.jetty.server.handler.MovedContextHandler">
  <Set name="contextPath">/demo</Set>
  <Set name="newContextURL">/test</Set>
  <Set name="permanent">false</Set>
  <Set name="discardPathInfo">false</Set>
  <Set name="discardQuery">false</Set>
  <Set name="expires">-1</Set>
</Configure>

Back to the top