Skip to content

Instantly share code, notes, and snippets.

@mkouba
Created June 4, 2015 07:47
Show Gist options
  • Save mkouba/39635b9b5f8e542d7ade to your computer and use it in GitHub Desktop.
Save mkouba/39635b9b5f8e542d7ade to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/weld-numberguess</Set>
<Set name="war"><Property name="jetty.webapps" default="."/>/weld-numberguess.war</Set>
<Call name="prependServerClass">
<Arg>-org.eclipse.jetty.servlet.,-org.eclipse.jetty.server.</Arg>
</Call>
</Configure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment