AppD Archive

We will be running a POC for Redhat EAP 6 with Redhat JON. How to configure with AD 3.3.4?

CommunityUser
Splunk Employee
Splunk Employee

We are running AppDynamics 3.3.4 configured with a JAVA application running om Tomcat, Atomikos (trx manager), TopLink - caching and clustering SW, and Oracle 10G. We are doing a POC to replace Atomikos with Redhat EAP 6 and JON. We want to configure EAP 6 with AppDynamics to get the lowel level details for trouble shooting application server issues end-to-end.

what do we configure AppDynamics to work with EAP6?

0 Karma

Arun_Dasetty
Super Champion

Hi ,

Can you please try to configure server with javaagent as follows and let us know how it goes:

To add the javaagent command in a Linux environment for JBoss AS 6.x

1. Open the server run.sh file, located at <jboss_version_install_dir>/bin.

2. Add the following Java environment variables to the server start script.
JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.jboss.logmanager.LogManager"
JAVA_ARGS="$JAVA_OPTS -Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.logmanager.LoggerPluginImpl"
JBOSS_CLASSPATH=<path>"jboss-logmanager.jar"

3. Add the following javaagent argument to the server start script.
export JAVA_OPTS="$JAVA_OPTS -javaagent:/agent_install_dir/javaagent.jar"

4. Restart the application server. The application server must be restarted for the changes to take effect.

Do write back to us for further assistance

Thanks,

Arun

0 Karma
Get Updates on the Splunk Community!

See just what you’ve been missing | Observability tracks at Splunk University

Looking to sharpen your observability skills so you can better understand how to collect and analyze data from ...

Weezer at .conf25? Say it ain’t so!

Hello Splunkers, The countdown to .conf25 is on-and we've just turned up the volume! We're thrilled to ...

How SC4S Makes Suricata Logs Ingestion Simple

Network security monitoring has become increasingly critical for organizations of all sizes. Splunk has ...