0 Replies Latest reply on Jan 9, 2004 8:44 PM by dagger

    How exactly to run two instances of jboss on one machine?

    dagger

      Hi everyone,

      Does any one can give me a quick instruction to run multiple jboss on one machine?

      I have been researching for a while but one chance to make it work yet.

      the way I did it is:

      1. copy the "default" dir to "jboss1"
      2. change the jboss-service.xml under config to have
      - the ServerName to "jboss1"
      - storeURL to "../docs/examples/binding-manager/sample-bindings.xml"
      3. change the sample-binding.xml to have "jboss1".
      4. start to run with -c jboss1

      But I got a lot of error. first error is "ServerBindPort" not found.

      Is this thr right way to do it?

      BTW, what is and where can I find the file "binding-service.xml"

      thanks.