Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6a71455dfd241341295de29dddac525349a1c5c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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">/red</Set>

  <!--
  <Set name="virtualHosts">
    <Array type="String">
      <Item>red.myVirtualDomain.com</Item>
    </Array>
  </Set>
  -->

</Configure>

Back to the top