Then navigate to Configurations > Software Configuration > JVM command line options to add the java argument
-"-javaagent:/apminsight-javaagent jar"
Saving the JVM configuration changes will restart the application server automatically.
For Example: For installing agent in Tomcat container on linux, JVM argument would look like,
-javaagent:/usr/home/tomcat/webapps/ROOT/WEB-INF/lib/site24x7/apminsight-javaagent.jar
You can also pass the license key as a environment variable using key "S247_LICENSE_KEY" This can be added in Configurations > Software Configuration > Environment properties.