Changeset 329

Show
Ignore:
Timestamp:
08/15/08 13:23:20 (3 months ago)
Author:
arneke
Message:

Undoing geowebcache-servlet commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/geowebcache/src/main/webapp/WEB-INF/geowebcache-servlet.xml

    r328 r329  
    1111  </bean> 
    1212 
     13<!-- 
    1314  <bean id="gwcWMSConfig" class="org.geowebcache.util.GetCapabilitiesConfiguration"> 
    1415    <constructor-arg type="org.geowebcache.cache.CacheFactory" ref="gwcCacheFactory"/> 
    15     <constructor-arg value="http://demo.opengeo.org/alachua/wms?request=getCapabilities"/> 
     16    <constructor-arg value="http://geo.openplans.org/geoserver/wms?request=getCapabilities"/> 
    1617    <constructor-arg value="image/png,image/jpeg,application/vnd.google-earth.kml+xml"/> 
    1718    <constructor-arg value="3x3"/> 
    1819    <constructor-arg value="format_options=regionateby:auto"/> 
    1920  </bean> 
    20  
     21--> 
    2122  <!-- 
    2223  <bean id="gwcGSConfig" class="org.geowebcache.util.GeoServerConfiguration"> 
     
    3132    <property name="config"> 
    3233      <list> 
    33         <ref bean="gwcWMSConfig" /> 
    34             <!-- ref bean="gwcXmlConfig" / --> 
     34        <!-- ref bean="gwcWMSConfig" / --> 
     35        <ref bean="gwcXmlConfig" /> 
    3536      </list> 
    3637    </property>