Java Reference
In-Depth Information
<socket-binding name="modcluster" port="0"
multicast-address="224.0.1.105"
multicast-port="23364"/>
On the Apache web server side, we have to install the core libraries, which are used
to interact with mod_cluster . This is a very simple procedure: point the browser to
the latest mod_cluster release at http://www.jboss.org/mod_cluster/downloads .
Once the binaries are downloaded, extract the archive to a folder; then, navigate
into the extracted folder. The mod_cluster binaries consist essentially of a bundled
Apache web server with all required libraries installed.
Note
The bundled Apache web server configuration, however, requires defining from
scratch all the web server key elements, such as server root, binding ports,
loaded modules, and directories' configuration. I personally find it much more im-
mediate to use my own Apache web server 2.2 installation; just pick up the mod-
ules from the mod_cluster bundle, and copy them in the modules folder of
your Apache web server.
So, whether you choose to use your own Apache web server or the bundled one,
you have to load the following libraries into your httpd.conf file:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/
mod_proxy_ajp.so
LoadModule slotmem_module modules/mod_slotmem.so
LoadModule manager_module modules/mod_manager.so
LoadModule proxy_cluster_module modules/
mod_proxy_cluster.so
LoadModule advertise_module modules/
mod_advertise.so
Search WWH ::




Custom Search