IBM WebSphere and InfoSphere Startup Settings
The Java Agent passes the -javaagent argument command line option to WebSphere to ensure the App Server Agent has the correct permissions to monitor your app.
Instrument WebSphere 7.x, 8.x, and 9.x, or InfoSphere 8.x
-Dappdynamics.agent.ssl.protocol=TLSv1.2
bootdelegation system property:
-Dorg.osgi.framework.bootdelegation=META-INF.services,com.singularity.*,com.ibm.*
Instrument WebSphere 6.x
Instrument WebSphere 5.x
Verify the Java Agent Configuration
Verify the configuration settings by checking the server.xml file of the WebSphere node where you installed the Java Agent. The server.xml file should have this entry:
<jvmEntries ... genericJvmArguments='-javaagent:E:\test1\AppServerAgent\javaagent.jar' disableJIT="false"/>