Managing JBoss Application Server
JBoss Application Server is a popular Java EE application server for deploying enterprise Java applications. You may remember from our discussion in Chapter 9,Managing Identity Manager Suite, that some Fusion Middleware components such as Oracle Identity Manager Server runs on JBoss Application Server and you may be running OIM on JBoss AS. In this section, we will learn about the discovery and monitoring of JBoss Application Server.
Note
Ensure that you have enabled JMX for your JBoss Application Server for monitoring with Enterprise Manager Grid Control. You have to also ensure that Jboss application server is enabled with JSR 77 management. This requires the MEJB application to be deployed.
The Java options to enable JMX are similar to those for Tomcat that we learnt about in the previous section. Please refer to JBoss server documentation for complete start-up options.
You can either have a local or remote agent to monitor JBoss Application Server. You...