Connect Java Mission Control to Wildfly 16
问题 I try to connect Java Mission Control (JMC) with Wildfly 16. Application server lays on Docker. I successfully connected to wildfly via jconsole, to manage it I followed steps described here. Unfortunately, I have no luck to connect via JMC. The URL which I use looks like this: service:jmx:remoting-jmx://192.168.99.100:9990 I tried to set Xbootclasspath to jboss-cli-client.jar as it was described here, but I just get Unable to connect error. I set the same jars, which are used for jconsole,