Ralph, the GWC documentation says so. I guess that if I want to set a different folder for the cached tiles I have to add this to the web.xml:
<context-param> <param-name>GEOWEBCACHE_CACHE_DIR</param-name> <param-value>/my/new/gwc/folder/</param-value> </context-param> By default it is not set in web.xml. And if it is not set, according to the documentation, the gwc tiles folder should be in the geoserver/data folder. But it is not. I have a lot of cached tiles somewhere and I want to move them but I cannot find them. On Wed, Sep 7, 2016 at 5:40 PM, Ralph Dell <[email protected]> wrote: > I am not familiar with geonode so this may or may not be helpful. A quick > web search indicates to me the when setting up geoserver for geonode > geoserver runs under tomcat. If your geoserver is running under tomcat gwc > is set up in /webapps/geoserver/WEB_INF/web.xml and will look something > like this > > <context-param> > <param-name>GEOSERVER_DATA_DIR</param-name> > <param-value>C:\geoserver\data_dir</param-value> > </context-param> > > -----Original Message----- > From: Paolo Pasquali [mailto:[email protected]] > Sent: Wednesday, September 07, 2016 11:23 AM > To: [email protected] > Subject: [Geoserver-users] GeoWebCache configuration in GeoNode > > I have a GeoNode 2.4.x running with a GeoServer 2.7-snapshot. > > Since there is no gwc folder inside the GeoServer data folder I wonder > where GWC stores the cached tiles. In addition I can't find the > geowebcache.xml file. > > Thanks in advanced for your help. > > Best, > > Paolo > > > > -- > View this message in context: http://osgeo-org.1560.x6. > nabble.com/GeoWebCache-configuration-in-GeoNode-tp5284549.html > Sent from the GeoServer - User mailing list archive at Nabble.com. > > ------------------------------------------------------------ > ------------------ > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
------------------------------------------------------------------------------
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
