2 Replies Latest reply on Jan 27, 2004 11:51 PM by tsrmohan

    what is --host option in 3.2.2?

    tsrmohan

       

      "tsrmohan" wrote:
      Hello All,

      The following option is seen in JBoss 3.2.2
      -b, --host=<host or ip> Bind address for all JBoss services

      what is the use of this option ?
      Does this option effect the way i configure JMS on JBOSS.

      Thanks,
      Mohan


        • 1. Re: what is --host option in 3.2.2?
          genman


          If you have multiple IP addresses assigned to a machine, you can use it to bind to a particular IP. If you don't, then you don't need to use this option.

          • 2. Re: what is --host option in 3.2.2?
            tsrmohan

            If I don't use this option, then MDB's listening to messages on remote queues donot work (in jboss 3.2.2)

            ie if I have an MDB deployed on machine A listening to a queue on machine B, then I need to start machine B with the --host=<machine B> option .
            Please note that machine B does not have multiple IP addresses.