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
