This content has been marked as final.
Show 1 reply
-
1. Re: Can jboss nodes in a cluster have different ip's ?
wdfink Mar 10, 2016 3:25 PM (in response to ishan.bakshi)For sure.
You might run two instances at the same physical machine by
1) use different ports, maybe for test and you only have one IP for your machine
2) differnent IP, this is a bit of network admin/coordinator issue. You need to have two IP's bound to your NIC or maybe two NIC's for the same machine
I would prefer 1) for tests and dev as it is easy to setup without network knowledge or the Admin
and 2) for production to have a better view in logfiles (different IP show clearly different instance) and you can separate the traffic if needed