Accessing the JBoss JMX console the following error appears :
"HTTP Error 403 access denied"
What does the error mean and what is the best way to access the JMX console after receiving the message?
The HTTP 403 error means that an authentication error has occurred.
The current user profile does not have sufficient privileges to access the JXM console.
The access to the JMX console is reserved for the "Foglight" user, other users with admin privileges will be restricted.
In order to log in to the JMX console, first log in via the normal Foglight console page using :
http://HOSTNAME:8080/console/page
(replacing HOSTNAME with the Foglight server host name)
with user foglight and then after logging in successfully, access the JMX console using:
http://HOSTNAME:8080/jmx-console
(replacing HOSTNAME with the Foglight server hostname).