Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titlejetty.xml
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd"><Configure>
<Configure class="org.eclipse.jetty.webapp.WebAppContext">  <Set>
  <Set name="contextPath">/</Set>  <SetSet>
  <Set name="descriptor">/path/to/new/web.xml</Set><Set>
</Configure>

Configure your web application container

...