Skip to content

Instantly share code, notes, and snippets.

@herrbuerger
Created October 16, 2013 15:24
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 herrbuerger/7009531 to your computer and use it in GitHub Desktop.
Save herrbuerger/7009531 to your computer and use it in GitHub Desktop.
<context-param>
<param-name>net.myrrix.web.InitListener.USER_NAME</param-name>
<param-value>admin</param-value>
</context-param>
<context-param>
<param-name>net.myrrix.web.InitListener.PASSWORD</param-name>
<param-value>password</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment