Skip to content

Instantly share code, notes, and snippets.

@iamkristian
Created April 20, 2011 06:45
Show Gist options
  • Save iamkristian/930522 to your computer and use it in GitHub Desktop.
Save iamkristian/930522 to your computer and use it in GitHub Desktop.
Adding webAppRootKey to support multiple applications on the same app server that use Log4jConfigListener
<context-param>
<param-name>webAppRootKey</param-name>
<param-value>myVeryOwnWebApp</param-value>
</context-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment