Java on Windows Agent Installation: Enable APM+ for WildFly (10)

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 to the corresponding config file depending on your installation: WildFly Installation (10.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION]” To see a list of …

Java Agent Installation: Enable APM+ for WildFly (8, 9, 10)

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 to the corresponding config file depending on your installation: WildFly Installation (8.x,9.x,10.x) Locate the standalone.conf file and add: -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar Add the Stackify APM package name com.stackify.apm to the existing …