aaa.xml 509 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
  3. <Configure class="org.eclipse.jetty.webapp.WebAppContext">
  4. <Set name="contextPath">/blah</Set>
  5. <Set name="war"><Property name="jetty.webapps"/>/webapps/blah.war</Set>
  6. <Set name="virtualHosts">
  7. <Array type="java.lang.String">
  8. <Item>www.blah.com</Item>
  9. <Item>www.blah.net</Item>
  10. <Item>www.blah.org</Item>
  11. </Array>
  12. </Set>
  13. </Configure>