From research, it seems like I am supposed to edit the setenv.sh file under JVM_SUPPORT_RECOMMENDED_ARGS
variable.
This recognized system properties list doesn't have any of the java options necessary to enable JMX: https://confluence.atlassian.com/jira/recognized-system-properties-for-jira-229180062.html
Just want to make sure I add these in the right place:
set CATALINA_OPTS=-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=%my.jmx.port% \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authenticate=false |
Thanks
Hi,
you can add your arguments e.g. additional to the JVM_EXTRA_ARGS or JVM_REQUIRED_ARGS
Regards
Benjamin
Is this in the setenv.sh file in the JIRA install/bin directory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, thats right.
install/bin/setenv.sh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.