Hi,
I am trying to monitor the Oracle Weblogic Server using Jolokia 1.6 war file.
To do so I have deployed the war file in the Weblogic server with the default setting and able to access the URL:
http://localhost:7001/jolokia/ with the Weblogic console's username and password.
But it is failing with forbidden error when I am trying to access the URL:
http://localhost:7001/jolokia/listIs there any extra step do I have to perform to make it work?