我在同一台机器上有两个具有不同端口的 jboss 节点,我安装了 apache 服务器并在 apache/conf/httpd.conf 中配置了 mod_cluster,如下所示:
<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>
您能帮我在 jboss eap Standalone-ha.xml和任何其他配置文件中还需要配置什么吗?