Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

adding alternative jmx connectivity (i.e. JBoss 7)

John LiptakOct 14 2013 — edited Jan 24 2014


JBoss 7 (Wildfly) does not expose a normal JMX/RMI port.  Instead they expose a remoting-jmx protocol on their management port (usually 9999).

What is the best way to add the necessary classes to JMC so that a connection string like the following will work?

service:jmx:remoting-jmx://<hostname>:<management port>

This post has been answered by katrinsk on Oct 16 2013
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 21 2014
Added on Oct 14 2013
20 comments
25,330 views