On 10/24/12 2:47 PM, Rick Mann wrote:
> What is this tag? It's not listed in the reference:
>
>       http://www.caucho.com/resin-4.0/reference.xtp

Thanks. We'll need to fix that.

The <server-multi> is meant to work together with the resin.properties 
file to simplify defining a cluster.

The main purpose is to allow the resin.properties to define a 3-server 
cluster with a single property like:

   app_servers : 192.168.1.10:6800 192.168.1.11:6800 192.168.1.12:6800

Essentially, it's a macro that creates multiple <server> entries, one 
for each item in the address-list. The names of the servers are 
generated automatically, "app-0", "app-1", "app-2". It's equivalent to 
creating the three <server> items individually.

-- Scott


>
>


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to