How to enable JMX collection in Jboss
search cancel

How to enable JMX collection in Jboss

book

Article ID: 20320

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) INTROSCOPE

Issue/Introduction

How to enable JMX collection in Jboss.

Environment

Release:
Component: APMAGT

Resolution

For Jboss v7:

  • Open the IntroscopeAgent.profile in a text editor and add:

       com.wily.use.platform.mbeanserver=true.
       introscope.agent.jmx.enable=true

  • Copy introscope-jmx-service.xml in JBoss server in "/server/default/deploy" directory, if using default configuration.

  • Copy WebAppSupport.jar file in "/ext" direcotry of the agent

  • Restart JBoss

For JBoss 6 and previous versions:

  • WebAppSupport.jar should be located in /server/default/lib directory, if using default configuration

  • Place introscope-jboss-service.xml file, located in the <Agent_Home>/wily/deploy directory, into the /server/default/deploy directory of your JBoss installation.