Oracle GlassFish is an OSGi-based application container. This page describes how to set configure class bootloader settings and load the Java Agent in the runtime JVM.
Instrument Oracle GlassFish
Add the location of the Java Agent JAR file as a -javaagent JVM option in the GlassFish domain. You can add the agent using the asadmin tool as follows:
Configure the boot delegation entry for the AppDynamics package:
In GlassFish 3.x to 3.1.2, open the config.properties file located at <glassfish_home>/glassfish/osgi/felix/conf and add the following package prefix to the config.properties file: org.osgi.framework.bootdelegation=com.singularity.*
In GlassFish => 3.1.2, in the boot delegation list in the <glassfish_home>/glassfish/config/osgi.properties file, add com.singularity.* For example:
Restart the application server.
To verify the configuration, review the domain.xml file located at <glassfish_home>\domains\<domain_name>\config. The domain.xml file should have an entry for the -javaagent option.
Instrument Oracle GlassFish with the Admin Console
Start the GlassFish application server.
Navigate to the GlassFish admin console (http://localhost:4848/).
Navigate to Configurations > server-config > JVM Settings.
Click the JVM Options tab and click Add JVM Option to add a blank field in the list.
Add the following path of the javaagent.jar file in the blank field:
-javaagent:/home/appduser/javaagent/javaagent.jar
CODE
Click Save on the right top corner.
Restart the GlassFishapplication server and <glassfish_home>\domains\<domain_name>\config. The domain.xml file must contain an entry for the -javaagent option.
About Glassfish AMX Support
AppDynamics supports Glassfish AMX MBeans.
Set the boot-amx node property to enable AMX MBeans. See boot-amx.
You will see the AMX domain in the MBean Browser in the JMX tab of the node dashboard.