Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7a15e73af2453d156b17b548cb9c4051410cc66c (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_9_3.dtd">

<Configure class="org.eclipse.jetty.webapp.WebAppContext">

  <Set name="contextPath">/green</Set>

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

</Configure>

Back to the top