Java Reference
In-Depth Information
Installing mod_cluster
The mod_cluster module is implemented as a core WildFly module, which is a part of
the distribution. On the HTTP side, it is available as a set of libraries installed on the
Apache web server.
On the WildFly side, you can find the mod_cluster module's subsystem already
bundled as part of the clustered configuration file. You can locate it in either the
standalone-ha.xml file or the standalone-full-ha.xml (and of course in
the domain.xml file) configuration file:
<subsystem xmlns="urn:jboss:domain:modcluster:1.2">
<mod-cluster-config advertise-socket="modcluster"
connector="ajp">
<dynamic-load-provider>
<load-metric type="cpu"/>
</dynamic-load-provider>
</mod-cluster-config>
</subsystem>
Search WWH ::




Custom Search