3 Replies Latest reply on Feb 27, 2006 2:54 PM by brian.stansberry

    Multiple JBoss instances on single machine

      There's a link on the JBoss HA wiki page for clustering that details an eight step configuration process for multiple instances of JBoss. I think it creates the impression that using multiple JBoss instances is complicated when it's actually a zero-configuration process for JBoss.

      On Windows or Linux or OS X you can easily add multiple IP addresses to a single machine. You can start JBoss with the --host switch and use a private static address (the 192.168.1.XXX range for example) or a host file mapping. It seems insane to make all those port changes when you don't have to.