Ben I cannot help you with all problems but may be with a few:
I am not surprised if GWC complains about 'EPSG;4326’. Please note you have SEMIcolon in there. The second: ‘My_EPSG:4326' should be fine if you define it properly in the geowebcache.xml. Google and lat/long are defined by default. There was a Mail in this list which pointed out where, so please hunt, because you would need to define it for instance with the same BBox. The other error has to do with the GWC update policy. I do not know what the defaults are, but it tries to update tiles after a certain time. You need to turn this off with settings in the layer such as: <wmsLayer> ..................... <expireCache>-2</expireCache> <expireClients>-1</expireClients> <cacheBypassAllowed>false</cacheBypassAllowed> <queryable>false</queryable> </wmsLayer> again in the geowebcache.xml Now, I don't know how this works in the integrated Geoserver/GWC environment, but it seems GWC is happy to accept Geoserver as tile source in the config, but as it is cascaded it throws an error when it comes to update where it would need the remote WMS, which you have cut. Cheers Christian ----- ____________________________ Dr Christian Maul Project Manager Information Services Branch Department of Sustainability and Environment Level13, Marland House, 570 Bourke Street Melbourne 3000 PO Box 500, East Melbourne Vic 3002 Telephone: +61-3-8636 2325 Telefax: +61-3-8636 2813 -- View this message in context: http://osgeo-org.1560.n6.nabble.com/GeoServer-Caching-question-tp5025516p5025554.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
