1 Reply Latest reply on Mar 18, 2010 5:12 AM by jaikiran

    Securing JBoss Services/Enabling Authentication.

      Hi,

       

      I followed the instructions listed on this page,  http://kbase.redhat.com/faq/docs/DOC-5477 , to secure key JBoss AS services such as rmi-http, web-console and jmx-console. There was a problem though, I was not able to perform modification listed in step 2 (binding jmx invoker to localhost). I am working with jboss as 5.1.0 GA and was not able to find any entry like

       

       <!-- RMI/JRMP invoker -->
          <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
             name="jboss:service=invoker,type=jrmp">
             <attribute name="RMIObjectPort">4444</attribute>
             <attribute name="ServerAddress">localhost</attribute>
             ....

       

      in server/default/conf/jboss-service.xml. Please can someone point me to the correct file which I should modify on jboss 5.1.0?

       

      Thanks.

      Charles.