Accessing JMX with jconsole over SSL on EAP 7.0

Latest response

I am trying to configure secure JMX access similar to the following knowledge base article which applies to EAP 6.0

https://access.redhat.com/solutions/632773

EAP 7.0 has changed the default ports that are accessed.

I was successful in a standalone mode. However I have been unable to figure out how to get it work for domain mode.

In standalone I connected using jconsole using the service url - service:jmx:remote+https::

I would assume in domain mode I should be able connect to a similar service url such as service:jmx:remote+https::

where https port is the server https port 8443

Responses