Monitoring JBoss with JaxView
Installation Instructions
For JaxView to monitor a JBoss server, two JBoss jar files need to
be patched. To perform this, do the following steps:
- Select the correct version of the jboss.jar and
jboss-transaction.jar and replace the same jar files in your
installation. The jar files have been patched to log correct
information for JaxView transaction management.
- In the log4j.xml file please place the following so the
transactions will be logged.
<category name="org.jboss.tm">
<priorityvalue="TRACE" class="org.jboss.logging.XLevel"/>
</category>