Show Table of Contents
7.2. Configuring Apache HTTP Server for JBoss ON Monitoring
To allow JBoss ON to monitor Apache HTTP Server in Red Hat JBoss Web Server, you must enable the mod_bmx modules.
Procedure 7.2. Configuring Apache HTTP Server for JBoss ON Monitoring
- As the
apacheuser, enable the mod_bmx modules. Create the fileJWS_HOME/httpd/conf.d/mod_bmx.confwith the following contents:LoadModule bmx_module modules/mod_bmx.so LoadModule bmx_status_module modules/mod_bmx_status.so LoadModule bmx_vhost_module modules/mod_bmx_vhost.so
- Add a handler for mod_bmx. In
JWS_HOME/httpd/conf/httpd.conf, append your handler definition. For example:<Location /bmx> SetHandler bmx-handler </Location>
You may want to restrict access to this URL to a specific virtual host or use password authentication. - Restart the Apache HTTP Server. You can access http://SERVER_ADDRESS:PORT/bmx in a web browser to verify that mod_bmx is working correctly.
- The Apache HTTP Server in your JBoss Web Server installation will now be discoverable for JBoss ON. In JBoss ON, you can import it from the Discovery Queue.Consult the JBoss ON documentation for further details on monitoring and managing Apache HTTP Server.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.