2 Replies Latest reply on Jul 24, 2002 11:21 AM by seanx

    install multiple JBoss 3.0 on one host

    seanx

      I asked this before and got no feedback.

      No, just a simple question:
      Can multiple JBoss 3.0 servers be installed on one machine?

      if yes, can you show me some direction.

      Thank you very much,

      -Sean

        • 1. Re: install multiple JBoss 3.0 on one host

          Yes,

          There are two ways:

          Method 1 - Multi-homing
          Give you computer two ip addresses and change
          the services to bind to the correct ip address.
          You'll also need to switch rmi to use host names
          (the default rmi settings use the first ip address
          it finds).

          Method 2 - Remap the ports
          Change the services to run on different ports on
          the same ip stack.

          A recent contribution provides a service
          to simplify this, I haven't tried it myself.

          If you check-out latest CVS and look in
          varia/src/resources/services/binding/sample-bindings.xml
          you'll get information on which MBean configs need to be
          changed. This example assumes port changes.

          Regards,
          Adrian

          • 2. Re: install multiple JBoss 3.0 on one host
            seanx

            Adrian,
            Thanks for the response.
            I just downloaded the latest snapshot but could not find the file you mentioned. In fact the whole service directory is missing.

            I am behind a firewall so it is hard to use CVS. Any other way I can get the latest CVS. Thanks.