<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear AS7 devs,<br>
<br>
for the JGroups/Infinispan topology stuff (AS7-3023) I need to have
some information configured per-host. In particular I was thinking
of something like the following snippet of XML:<br>
<br>
<font face="Courier New, Courier, monospace"><servers><br>
<server name="server-one" group="main-server-group"><br>
<host-topology site="s1" rack="r1" machine="m1" /><br>
</server><br>
</font><font face="Courier New, Courier, monospace"> <server
name="server-two" group="main-server-group"><br>
<host-topology site="s1" rack="r1" machine="m2" /><br>
</server></font><br>
<font face="Courier New, Courier, monospace"></servers></font><br>
<br>
How and where should I add this information ?<br>
<br>
Thanks<br>
<br>
Tristan<br>
</body>
</html>