Java on Windows Agent Installation: Enable APM+ for WebSphere Liberty (8, 9)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line in the corresponding file for WebSphere Liberty: WebSphere Liberty Installation Command Line Create WEBSPHERE/usr/servers/SERVER/jvm.options with contents of: -javaagent:”[APM JAR LOCATION]”

Java Agent Installation: Enable APM+ for WebSphere Liberty (8, 9)

If you have not already installed an agent on a server where your app lives, please see our Installation Documentation. Once the agent has been installed, please add the following line in the corresponding file for WebSphere Liberty: WebSphere Liberty Installation: Create a text file named jvm.options. Insert the javaagent argument into this file. -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar Depending on your preferences, you might configure a …