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 2.4

Release Overview Release Date: 10/25/17 Notable Feature: Docker Swarm Support Release Features Docker Swarm Support Added support for Docker Swarm Support. Java Agent Installation: Configure Docker Containers  JMX Support for Wildfly Retrace can now discover Wildfly applications through a JMX connection. Release Enhancements Nginx discovery no longer needs a Server Name/Root Directive in the Conf file Improved the handling of truncated …

Java Agent Installation: Configure APM+ on Standalone Applications

Pre-Requisites: 1) Application must be setup with our custom configuration or be using one our supported Non-WebApp frameworks (Quartz, Spring Batch, Akka). Please follow these steps here first: Configure Custom Profiling for Java. 2) Application must be setup as a Linux Service. 3) Linux Agent Installed   Example using annotations: import com.stackify.apm.Trace; @Trace public class ClassToBeInstrumented { @Trace(start = true) …

Retrace: Supported Java Application Containers and Frameworks

This list will reflect an up-to-date list of supported technologies. The following technologies are automatically supported by Retrace in Java APM+. Containers Application Containers Apache Tomcat (6.x, 7.x, 8.x, 9.x) GlassFish (4.x) JBoss AS 6.x, 7.x WildFly 8.x, 9.x, 10.x WildFly Swarm Jetty 8.x, 9.x Spring Boot Oracle WebLogic (12.x) IBM WebSphere (8.x, 9.x, Liberty) Apache TomEE (1.7.x, 7.0.x) Netty (3.x) Application Container …