Hi. I am using jboss AS 4.0.0.
I want to set up a JBoss cluster ( consisting of two JBoss instances ) in a single machine (i.e my PC). What are the steps required to do this, including configuring the XML files, so that when I deploy my application, it automatically gets deployed to both the instances ? I would like to access the application from a single web url without bothering about which jboss instance is handling my requests.
Start Free Trial