From 0fc96d1c19c034be531a584ad800b1ffd5efec42 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 Dec 2009 14:27:30 +0100 Subject: [PATCH] Simpler load-balance example config --- etc/config-load-balance.xml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/etc/config-load-balance.xml b/etc/config-load-balance.xml index bcf7c2c..c9fc2f2 100644 --- a/etc/config-load-balance.xml +++ b/etc/config-load-balance.xml @@ -1,4 +1,5 @@ + @@ -9,22 +10,10 @@ - db9001 - localhost:9001/Default - - - db9002 - localhost:9002/Default - - - db9003 - localhost:9003/Default - - - Default - localhost:9001/Default - localhost:9002/Default - localhost:9003/Default + * + localhost:9001 + localhost:9002 + localhost:9003 -- 1.7.10.4