Multi-instances of JBoss on same server
Hi,
Currently using JBoss 5.4 on Windows 2008 R2 server. I would like to make one more instance but with JBoss 6.4.
Can I do it ?
If possible, how to make different console port and different service ?
Thanks
Responses
In my opinion port offsets are clunky compared to individual addresses, one per JVM. Add an address using a technique like:
http://www.howtogeek.com/51741/how-to-quickly-add-multiple-ip-addresses-to-windows-servers/
and then just bind the new JBoss instance to that address:
EAP_HOME/bin/domain.sh -bmanagement=127.0.0.2 -b
No port offsets necessary. You will need EAP6.4.4 at least for 127.0.0.2 to work (https://bugzilla.redhat.com/show_bug.cgi?id=1227847).
Regards,
Scott
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
