Created
April 12, 2011 16:20
-
-
Save tranminhan/915828 to your computer and use it in GitHub Desktop.
webapp launch configuration to use java logging api when deployed on Tomcat from eclipse
This file contains 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
-Dcatalina.base=%PATH_TO_TOMCAT_INSTALLATION% | |
-Dcatalina.home=%PATH_TO_TOMCAT_INSTALLATION% | |
-Djava.util.logging.config.file=%PATH_TO_TOMCAT_INSTALLATION%\conf\logging.properties" | |
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment