To enable the PMM to monitor the JBoss 7.1 using JMX, you need to configure the JBoss Application Server to use JMX, and configure WebLOAD to use JBoss.

Server Side Configuration:

To configure JBoss to use JMX:

  1. The JMX subsystem registers a service with the Remoting endpoint so that remote access to JMX can be obtained over the exposed Remoting connector.

    This is switched on by default in standalone mode and accessible over port 9999 but in domain mode is switched off so needs to be enabled - in domain mode the port will be the port of the Remoting connector for the AS instance to be monitored.

WebLOAD Configuration

To configure WebLOAD to use JBoss:

  1. Put required jars into C:\ProgramData\RadView\WebLOAD\extensions\java.

  2. Copy all jars from the following JBoss installation paths: (JBOSS_MODULEPATH=%JBOSS_HOME%\modules):