Java Agent Installation: Enable APM+ for Jetty (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 to the corresponding config file depending on your installation: Jetty Installation (8.x, 9.x) Locate the jetty.sh file and add: # Stackify Java APM+ JAVA_OPTIONS=”$JAVA_OPTIONS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart Jetty To see a …

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 …

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 Tomcat (6, 7, 8)

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: Tomcat Installation (6.x, 7.x, 8.x) Locate the catalina.sh file and add: # Stackify Java APM+ CATALINA_OPTS=”$CATALINA_OPTS -javaagent:/usr/local/stackify/stackify-java-apm/stackify-java-apm.jar” Restart the Tomcat service …

Release Notes: Linux Agent 1.20 & Java APM 1.14

Release Overview Minor Enhancements and Bug Fixes Release Features Enhanced Agent Diagnostics An additional file (stackify-agent-diagnostic.log) that contains additional information about the agent and environment. OS information and disk space HTTP proxy configuration HTTP connection to API, Services, Ops and Presence Connection to Service Bus Release Enhancements JRE Upgrade The JRE that the agent uses has been upgraded to 8u112 …

Release Notes: Linux Agent 2.0 & Java APM 1.15

Release Overview Release Date: 6/21/17 Additional Agent Installation Options Support for Additional Application Servers Release Features Apt and Yum Support for Agent Installation and Update sudo apt-get install stackify-agent sudo yum install stackify-agent Agent Installation on Amazon EBS Support for Additional Application Servers Oracle WebLogic (12.x) IBM WebSphere (8.x, 9.x, Liberty) Apache TomEE (1.7.x, 7.0.x) Bug Fixes APM async tracking …

Release Notes: Linux Agent 2.1 & Java APM 1.16

Release Overview Release Date: 7/31/17 APM for Java Services Release Features APM for Java Services Defining the service transactions can be accomplished using our annotation library (stackify-java-apm-annot) or custom JSON configuration. If the service uses Quartz or Spring Batch, no code changes are required (both work out of the box). Additional APM Application Server Instrumentation WildFly Swarm Adobe AEM Additional …

Release Notes: Linux Agent 2.2

Release Overview Release Date: 8/16/17 Notable Feature: ELM masking for Java and agent logs Release Features ELM Masking Retrace can now mask sensitive data (i.e Social security numbers, credit cards, IP addresses) that come through our ELM tool from our Java Appenders and agent (does not mask logs from the Standalone Syslog server). Users will also be able to create …