AppD Archive

How to install AppDynamics Agent on JBoss EAP 6 in domain mode?

CommunityUser
Splunk Employee
Splunk Employee

The on line doc refers to install agent on Jboss in stand alone conf, but my env is on EAP 6 in domain mode.

How to install AppDynamics Agent on JBoss EAP 6 in domain mode?

Regards

Alamo

CommunityUser
Splunk Employee
Splunk Employee

I resolved with this procedure:

1 - From JBoss Console, under Server Group, System properties tab, add "jboss.modules.system.pkgs = org.jboss.byteman,com.singularity"

 

2 - From JBoss Console, under Server Group, JVM Configuration tab, add "-javaagent:/prod/AppDynamics/ServerAgent/javaagent.jar"

 

3 - Disable EUM for EAP 6 (JBoss 1.7)

 

Thanks

Alamo

Tags (2)
0 Karma

Arun_Dasetty
Super Champion

Hi Alamo,

Thanks for writing in. Please find the steps to configure agent on jboss server running in domain mode:

1. in domain.conf do changes as listed below

change from
JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman"
change to
JBOSS_MODULES_SYSTEM_PKGS="org.jboss.byteman,com.appdynamics,com.appdynamics.,com.singularity,com.singularity."

2. in domain.xml add jvm-options update like below

<server-groups>
<server-group name="main-server-group" profile="full">
<jvm name="default">
<heap size="64m" max-size="512m"/>
<!-- new changes here -->
<jvm-options>
<option value="-javaagent:<path-to-agent-install-dir>/javaagent.jar"/>
</jvm-options>
<!-- new changes end here -->
</jvm>

Please let us know how it goes or let us know if you face any issues

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 ...