Show
Ignore:
Timestamp:
09/03/08 22:57:45 (4 months ago)
Author:
arneke
Message:

Added hint about multiple backend servers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/resources/geowebcache.xml

    r364 r380  
    134134    </entry> 
    135135  </grids> 
     136  <!--  
     137  Note that you can have multiple backend servers for the same layer. 
     138  They will be used in round-robin fashion. If one fails to respond 
     139  properly, the next one will be used automatically. 
     140  --> 
    136141  <wmsUrl> 
    137142    <string>http://sigma.openplans.org:80/geoserver/wms</string> 
     143    <string>http://atlas.openplans.org:8080/geoserver/wms</string> 
    138144  </wmsUrl> 
    139145  <wmsLayers>topp:states</wmsLayers>