security - JBoss 6 limit JMX to localhost -


i can not find conclusive documentation on different avenues jmx invokation on jboss 6.0.0.final.

the jboss.org guide securethejmxconsole specifies how set authentication realm jmx-console.war web app , jmx-connector. feel there other ways of accessing jmx. rmi, httpinvoker?

ideally, know best way limit jmx access localhost.

so, how go making sure avenues of jmx accessible localhost only?

there's official documentation repository red hat products, includes jboss eap (the red hat product based on jboss as). documentation eap 5.x, should similar jboss 6 (eap 5.x based on jboss 5.1).

http://docs.redhat.com/docs/en-us/jboss_enterprise_application_platform/5/html/administration_console_quick_start_guide/ch04s02.html

in short, you'll have change 2 files:

server/$profile/conf/jboss-service.xml server/$profile/deploy/jmx-invoker-service.xml 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -