Cluster Creation :- To setup cluster we have to follow below steps . JBOSS should be configured in domain mode where domain.xml and host.xml files
Create 2 Users. one for Admin console and another for Slave to connect to master . Follow below steps .steps are same for Jboss EAP
#!/bin/bash # For different version update keyword correctly go get jboss process like jboss-eap-7.x procCount=`ps -ef |grep “jboss-eap-6.4/” |grep -v grep |wc -l` if [