Set APM Insight application name from JVM argument

Set APM Insight application name from JVM argument

To specify APM Insight application name in JVM parameters, kindly add the following line to the arguments   

   -Dapminsight.application.name=your_app_name

This will override the value specified in apminsight.conf file.

Example:

      In Windows,    

    set JAVA_OPTS=%JAVA_OPTS% -Dapminsight.application.name=MyApplication

      In Linux,   
    export JAVA_OPTS="$JAVA_OPTS -Dapminsight.application.name=MyApplication
          

                  New to ADSelfService Plus?