Created
April 20, 2011 06:45
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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