Hi,
I have an existing application exposed by https over port 8443 from a Wildfly 10 application server.
I've dropped the jolokia war into the deployments directory, and with no other changes can access the interface over https on the same port:
https://localhost:8443/jolokia/When I have used Jolokia with a standalone app, I have - in addition to https - used basic auth as a basic attempt to stop casual access to the MBeans data.
How can I do this in Wildfly? I want to add a basic auth username/password just to the /jolokia/ application - I don't want it applied to my existing application.
Many thanks!