Skip to content

Instantly share code, notes, and snippets.

@jiminoc
Created June 20, 2012 00:33
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 jiminoc/2957389 to your computer and use it in GitHub Desktop.
Save jiminoc/2957389 to your computer and use it in GitHub Desktop.
override def init(config : javax.servlet.ServletConfig) {
// val names = config.getInitParameterNames
println("PRINTING CONFIG")
println(config.getInitParameter("env"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment