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).
in short, you'll have change 2 files:
server/$profile/conf/jboss-service.xml server/$profile/deploy/jmx-invoker-service.xml
Comments
Post a Comment