In the web.xml file located in WEB-INF, I setted a new GeoWeb CAche Folder
in opt/gwc like indicated in "geoserver, a beginner's guide".
The problem is that if I visualize a Tile Layer in the web administration
interface (for example water body), I can see that a file water body was
created in opt/gwc but the size is 0k.
What's wrong?
In the web.xml file located in WEB-INF, I setted a new GeoWeb CAche Folder
in opt/gwc like indicated in "geoserver, a beginner's guide".
The problem is that if I visualize a Tile Layer in the web administration
interface (for example water body), I can see that a file water body was
created in opt/gwc but the size is 0k.
What's wrong?
Hi Pascal,
after changing configuration for Integrated GeoWebCache did you check that
tiles are actually created in the new folder?
Did you also check the disk usage on the new folder ?
In my new folder I have these files:
geowebcache.xml (8K)
tmp (0K)
topp_tasmania_water_bodies (0K)
But like you can see, the size is 0K
So I don't understand because I'm able to see correctly the layer in the web
administration interface and I made zooms and I the layer I use is a default
layer, with the default parameters.
In my new folder I have these files:
geowebcache.xml (8K)
tmp (0K)
topp_tasmania_water_bodies (0K)
But like you can see, the size is 0K
So I don't understand because I'm able to see correctly the layer in the
web
administration interface and I made zooms and I the layer I use is a
default
layer, with the default parameters.
My guess is that your requests are not using the cache, so GeoServer is
dinamically producings maps and not storing them in the cache.
Are you using the layer preview as map client?