APM Agent Tomcat

HI,

I have install APM agent for Tomcat. Below is the setenv config. I am not getting any error in catalina.out file. Tomcat version: 8.0.39, java version:1.8.0_20.

I am not able to find my server in APM service.

export CATALINA_OPTS="$CATALINA_OPTS -javaagent:/opt/APM/elastic-apm-agent-1.16.0.jar"
export CATALINA_OPTS="$CATALINA_OPTS -Delastic.apm.service_name=EL-APP"
#export CATALINA_OPTS="$CATALINA_OPTS -Delastic.apm.application_packages=org.example,org.another.example"
export CATALINA_OPTS="$CATALINA_OPTS -Delastic.apm.server_urls=http://ip:8200"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.