Skip to content

Instantly share code, notes, and snippets.

@tranminhan
Created April 12, 2011 16:20
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 tranminhan/915828 to your computer and use it in GitHub Desktop.
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
-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