You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't care what the specified install dir for Newrelic is. It hard codes the NR_JAR option in catalina.sh to the
<app location>/newrelic/newrelic.jar
I tried specifying a different install_dir to the newrelic_agent_java resource and while this cookbook installs the jar to the specified location, the install command assumes installed to newrelic/newrelic.jar
Edit: in other words, unless I specify the install_dir to <app location>/newrelic running install doesn't work.
The text was updated successfully, but these errors were encountered:
In my opinion I'd stop using the installer in this as it seems busted. We have plenty of ways to add the java opts ourselves depending on what cookbook we're using to manage our Java application install.
Using the newrelic_agent_java resource
This:
doesn't care what the specified install dir for Newrelic is. It hard codes the NR_JAR option in catalina.sh to the
I tried specifying a different install_dir to the newrelic_agent_java resource and while this cookbook installs the jar to the specified location, the install command assumes installed to newrelic/newrelic.jar
Edit: in other words, unless I specify the install_dir to
<app location>/newrelic
running install doesn't work.The text was updated successfully, but these errors were encountered: