Skip to content

Instantly share code, notes, and snippets.

@anildigital
Created April 23, 2012 19:42
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 anildigital/2473332 to your computer and use it in GitHub Desktop.
Save anildigital/2473332 to your computer and use it in GitHub Desktop.
Newrelic config to manually start NewRelic for war based deployment
# Set this to start newrelic for war based app
# put this in config/initializers folder
ENV['NEWRELIC_DISPATCHER'] = 'tomcat'
NewRelic::Agent.manual_start
ENV['NEWRELIC_ENABLE'] = "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment