I have two jboss node in same machine with different port and I installed apache server and configured the mod_cluster in apache/conf/httpd.conf as below:
<VirtualHost *:8000>
<Directory>
Order deny,allow
Allow from all
</Directory>
<Location /mod_cluster_manager>
SetHandler mod_cluster-manager
Order deny,allow
Allow from all
</Location>
</VirtualHost>
Could you please help me what else I need to configure in both jboss eap standalone-ha.xml and any other configuration file?