Changeset 329
- Timestamp:
- 08/15/08 13:23:20 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/src/main/webapp/WEB-INF/geowebcache-servlet.xml
r328 r329 11 11 </bean> 12 12 13 <!-- 13 14 <bean id="gwcWMSConfig" class="org.geowebcache.util.GetCapabilitiesConfiguration"> 14 15 <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"/> 16 17 <constructor-arg value="image/png,image/jpeg,application/vnd.google-earth.kml+xml"/> 17 18 <constructor-arg value="3x3"/> 18 19 <constructor-arg value="format_options=regionateby:auto"/> 19 20 </bean> 20 21 --> 21 22 <!-- 22 23 <bean id="gwcGSConfig" class="org.geowebcache.util.GeoServerConfiguration"> … … 31 32 <property name="config"> 32 33 <list> 33 < ref bean="gwcWMSConfig" />34 <!-- ref bean="gwcXmlConfig" / -->34 <!-- ref bean="gwcWMSConfig" / --> 35 <ref bean="gwcXmlConfig" /> 35 36 </list> 36 37 </property>
