Skip to content

Instantly share code, notes, and snippets.

@mingder78
Created August 1, 2012 10:37
Show Gist options
  • Select an option

  • Save mingder78/3225705 to your computer and use it in GitHub Desktop.

Select an option

Save mingder78/3225705 to your computer and use it in GitHub Desktop.
/opt/jetty/contexts/camel.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/</Set>
<Set name="war">/opt/jetty/webme/camel.war</Set>
</Configure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment