0 Replies Latest reply on Oct 11, 2002 2:37 AM by eaglei

    Multiple Servers running off the same Jboss installation

    eaglei

      Hi,

      is it possible to run more than one server on the same jboss installation? If so, how do I do it?

      I'm trying to run 2 instances of my application; I've created a copy of the "default" directory under the server directory called "instance2" and changed the port numbers in the xml config files. I then start each "server" with the command:
      run.sh -c default
      then in another terminal
      run.sh -c instance2

      These two instances start up ok, however when I start the second instance, a message saying that some ear files are already deployed.

      When I run the applications, one off each of the two instances, they seem to be accessing the same database although they are configured with different databases.

      thanks in advance