Java Management Extensions (JMX) Messaging Protocol - based directly on TCP sockets

learn more… | top users | synonyms

0
votes
0answers
53 views

Different AccessControlContexts when executing JMX operations

I have a custom InvocationHandler/MBeanServerForwarder class set on my JMX server so I can grant permissions to specific methods based on the authenticated user. When an operation is invoked in ...
1
vote
1answer
371 views

How to enable JMXMP in Tomcat?

I've downloaded the JMXMP extensions and installed them in Tomcat's lib directory. Now, how can I make it use them, i.e. let Tomcat accept JMXMP connections? Oracle's examples show how to do it with ...
0
votes
4answers
935 views

Where to download JMXMP?

I want to profile a Java application with VisualVM, remotely via JMX. Because it's a NAT'ted and firewalled EC2 instance, I can't use the default RMI approach and need to use the optional JMXMP ...