Skip to content

Instantly share code, notes, and snippets.

@nehabhardwaj01
Created April 29, 2019 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nehabhardwaj01/0fcb714e1486246d6014f20cd55afe0e to your computer and use it in GitHub Desktop.
Save nehabhardwaj01/0fcb714e1486246d6014f20cd55afe0e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.server.handler.ContextHandler">
<Set name="contextPath">/</Set>
<Set name="handler">
<New class="org.eclipse.jetty.server.handler.ResourceHandler">
<Set name="resourceBase">/jetty/static_content</Set>
<Set name="directoriesListed">true</Set>
</New>
</Set>
</Configure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment