3 Replies Latest reply on Jan 26, 2009 4:51 PM by peterj

    Namin service ports

      Hey,

      using in jboss4.2.
      my question is -
      why do i need two port for naimg-service (1098,1099)?

      Thank you

        • 1. Re: Namin service ports
          george001

          I am using JBoss 4.2.2GA jboss-service.xml:

           <!-- The listening port for the bootstrap JNP service. Set this to -1
           to run the NamingService without the JNP invoker listening port.
           -->
           <attribute name="Port">1099</attribute>
           <!-- The bootstrap JNP server bind address. This also sets the default
           RMI service bind address. Empty == all addresses
           -->
           <attribute name="BindAddress">${jboss.bind.address}</attribute>
           <!-- The port of the RMI naming service, 0 == anonymous -->
           <attribute name="RmiPort">1098</attribute>
          


          I am not sure why you think there is a naming service on these ports, can you clarify??
          Regards,
          George

          • 2. Re: Namin service ports
            jdriver

            It is too bad that nobody ever answers these RMI questions. I also have same question but do not expect that anyone will ever answer.....

            • 3. Re: Namin service ports
              peterj

              jdriver - strange that you would say this on a post that was answered...