Show Table of Contents
21.7.4. JMX Invoker
To disable authentication for the JMX invoker, do the following:
- Open for editing the
$JBOSS_HOME/server/PROFILE/deploy/jmx-invoker-service.xmlfile. - Locate the
org.jboss.jmx.connector.invoker.InvokerAdaptorServiceMBean code. - Comment out the <interceptor> block that specifies the
AuthenticationInterceptormodule, the security interceptor, as shown in Example 21.11, “JMXInvoker Authentication Interceptor Commented out”.Example 21.11. JMXInvoker Authentication Interceptor Commented out
<descriptors> <interceptors> <!--Uncomment to require authenticated users-->
<!--<interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor" securityDomain="java:/jaas/jmx-console"/>--><!--Interceptor that deals with non-serializable results--> <interceptor code="org.jboss.jmx.connector.invoker.SerializableInterceptor"; policyClass="StripModelMBeanInfoPolicy"/> </interceptors> </descriptors>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.