Skip to content

Instantly share code, notes, and snippets.

@japgolly
Created November 11, 2018 08:16
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 japgolly/2a01c4b18bd7cbe8e49b0f133b90feec to your computer and use it in GitHub Desktop.
Save japgolly/2a01c4b18bd7cbe8e49b0f133b90feec to your computer and use it in GitHub Desktop.
Graal on Jetty (WEB-INF/jetty-web.xml)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Call name="addSystemClass">
<Arg>org.graalvm.</Arg>
</Call>
</Configure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment