Got it to work:

1) Added geowebcache-arcgiscache-context.xml to gwc-2.3.2.jar in
F:\GeoServer-2.3.2
--edited this file to mimic how other similar files are set up
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC &quot;-//SPRING//DTD BEAN//EN&quot;
&quot;http://www.springframework.org/dtd/spring-beans.dtd&quot;>
<beans>
  <description>
   Bean configuration file for the gwc-arcgiscache module
  </description>
  <bean id="arcGisLayerConfigurationExtentionTarget"
class="org.geowebcache.arcgis.layer.ArcGISLayerXMLConfigurationProvider" />
</beans>
  
2) Added gwc-arcgiscache-1.4-SNAPSHOT.jar to WEB-INF/lib in
F:\GeoServer-2.3.2

3) Updated applicationContext.xml in gwc-arcgiscache-1.4-SNAPSHOT.jar
  <bean id="arcGisLayerConfigurationExtentionInterceptorEnabledCheck"
class="org.geoserver.gwc.config.GWCServiceEnablementInterceptor">
    <constructor-arg ref="gwcFacade" />
  </bean>
  
4) Added <import resource="geowebcache-arcgiscache-context.xml"/> to
geowebcache-servlet.xml in gwc-2.3.2.jar

5) Fix from https://github.com/GeoWebCache/geowebcache/issues/79
Built F:\geowebcache-1.4-M20130509a and merged ArcGISCachLayer.class into
F:\geoserver-2.3.2\webapps\geoserver\WEB-INF\lib\gwc-arcgiscache-1.4-SNAPSHOT.jar



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Serving-Layers-From-Pre-Cached-ArcGIS-Tiling-Schemes-tp5050654p5056822.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to