1 Reply Latest reply on Dec 20, 2005 4:38 AM by aneesh

    If I give <attribute name="RMIObjectPort">0</attribute> will

    aneesh

      I am Deploying a service in JBOSS server and i want to use the minimum number of ports. My service needs
      <!-- RMI/JRMP invoker -->

      0
      ${jboss.bind.address}
      <!--
      custom
      custom
      custom
      ssl-domain-name
      -->
      jboss:service=TransactionManager

      I have given RMIObjectPort =0 does it mean it is not using any port or is it using anonymous port if so how can i know that port.

        • 1. Re: If I give <attribute name=
          aneesh

           

          "aneesh" wrote:
          I am Deploying a service in JBOSS server and i want to use the minimum number of ports. My service needs
          <!-- RMI/JRMP invoker -->
          <mbean code="org.jboss.invocation.jrmp.server.JRMPInvoker"
          name="jboss:service=invoker,type=jrmp">
          <attribute name="RMIObjectPort">0</attribute>
          <attribute name="ServerAddress">${jboss.bind.address}</attribute>
          <!--
          <attribute name="RMIClientSocketFactory">custom</attribute>
          <attribute name="RMIServerSocketFactory">custom</attribute>
          <attribute name="RMIServerSocketAddr">custom</attribute>
          <attribute name="SecurityDomain">ssl-domain-name</attribute>
          -->
          <depends>jboss:service=TransactionManager</depends>
          </mbean>
          I have given RMIObjectPort =0 does it mean it is not using any port or is it using anonymous port if so how can i know that port.