Java on Windows Agent Installation: Enable APM+ for JBoss AS 7

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: JBoss AS Installation (7.x) Command Line Locate the standalone.conf.bat file and add: set “JAVA_OPTS=%JAVA_OPTS% -javaagent:[APM JAR LOCATION] To see a …

Release Notes: Linux Agent 2.5

Release Overview Release Date: 11/20/17 Release Features Netty/Akka Framework Support Added support for the Netty and Akka frameworks in APM. Release Enhancements Java APM Async instrumentation has been improved. Netty 4.x Akka 3.x Bug Fixes Fixed some values getting duplicated in JBoss/Postgres requests. Fixed a single incident issue where Java APM was causing a SQL problem for a specific setup.

Java Agent Installation: Enable APM+ for JBoss AS 7

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: JBoss AS Installation (7.x) Locate the standalone.conf file and add: # Stackify Java APM+ JAVA_OPTS=”$JAVA_OPTS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” JAVA_OPTS=”$JAVA_OPTS -Djboss.modules.system.pkgs=com.stackify.apm” Restart the …

Java Agent Installation: Enable APM+ for JBoss AS 6

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: JBoss AS Installation (6.x) Locate the standalone.conf file and add: JAVA_OPTS=”$JAVA_OPTS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart the JBoss service To see a list …