vote up 1 vote down star
1

We are big fans of JMX in my company. We have instrumented pretty much everything.

This is great for developers and a hardcore of support people. But it has been too successful: we are now getting requests from other people to be able to view JMX and we don't want to let them have access to everything.

Is it possible to setup JMX with security policies to restrict users or groups of users to a limited number of beans, attributes and operations?

We are using the HtmlAdaptorServer but could use JConsole or VisualVM if these are more appropriate. Using Java 6 throughout.

thanks.

flag

3 Answers

vote up 3 vote down check

You can start with http://blogs.sun.com/lmalventosa/entry/jmx_authentication_authorization

It is a very nice starting point for security in JMX. There are various use case scenarios discussed for different level of security in JMX.

link|flag
Crikey! Thats a lot of detail in the blog. I'll take a look. I need to find out whether this is applicable to the Http adapter as well – Fortyrunner Jan 30 at 8:58
vote up 0 vote down

Correct Link

Sorry the link got formatted in previous post.

link|flag
vote up 0 vote down

hi

i am working as a support engineer. as a part of my work i am required to develop a jmx application which is capable of generating mail alerts for runtime parameters in jvm like memory consumptiom(exceeds some thrsold) and live threads etc

can u please help me in this

thanks

link|flag
You asked that same question over in stackoverflow.com/questions/790535 some 100 minutes before you crossposted it here. Why? – Fredrik Apr 26 at 11:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.