Skip to content

Instantly share code, notes, and snippets.

@dwhitney
Created August 1, 2012 13:38
Show Gist options
  • Select an option

  • Save dwhitney/3226880 to your computer and use it in GitHub Desktop.

Select an option

Save dwhitney/3226880 to your computer and use it in GitHub Desktop.
val server = Http(DefaultContext.port).context("/public") {
ctx: ContextBuilder =>
ctx.resources(new java.net.URL("file:///path/to/my/files))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment