Disabling clustering from JBoss EAP 5.x
Solution:
4) In the deployers/clustering-deployer-jboss-beans.xml, comment out WebAppClusteringDependencyDeployer. 5) Finally, remove following folders:
The JBoss EAP 'Production' and 'all' configuration comes with clustering enabled. Most of the applications
do not require clustering as it has high overhead due to data transferred between nodes.
1) In conf/bootstrap/profile.xml
replace2) In deploy/messaging/*-persistence-service.xml filewith and remove the "farmURIs" property a few lines below that.
change value of3) Replace deploy/httpha-invoker.sar file with http-invoker.sar from the default profile.true to false. and removejboss.jgroups:service=ChannelFactory
4) In the deployers/clustering-deployer-jboss-beans.xml, comment out WebAppClusteringDependencyDeployer. 5) Finally, remove following folders:
farm/ deploy-hasingleton/ deploy/cluster/
