
cluster.xml
36 Netscape Enterprise Server Programmer’s Guide • April 2002 (Draft)
Syntax
Most of the file has the following basic XML syntax, with nested elements:
<ELEMENT attribute="value" attribute="value"...>
<SUBELEMENT attribute="value" attribute="value".../>
</ELEMENT>
In Table 2-3, elements are in bold to distinguish them from attributes.
See Also
Netscape Enterprise Server Administrator’s Guide
Table 2-3 cluster.xml
Element/Attribute Allowed Subelements or Values Description
CLUSTER MASTER Defines a cluster of web servers.
id A text string The ID of the cluster.
MASTER SLAVE Defines the master server in the cluster.
id A text string The ID of the master.
hostname Usually the server_id The host name of the master.
adminport The administration port of the master.
instance https-server_id Thenameoftheserverinstanceonthemaster.
SLAVE (none) Defines a slave server in the cluster.
id A text string The ID of the slave.
hostname Usually the server_id The host name ofthe slave.
adminport The administration port of the slave.
instance https-server_id Thenameoftheserverinstanceontheslave.
protocol http, https The protocol used for communication with the client.
substitute Amasterorslaveid or null The ID of a substitute server if this server is down.
Comentários a estes Manuais