index.rst 897 B

1234567891011121314151617181920212223
  1. .. _gwc:
  2. GeoWebCache
  3. ===========
  4. .. image:: geowebcache.png
  5. GeoWebCache is a tiling server. It runs as a proxy between a map client and map server, caching (storing) tiles as they are requested, eliminating redundant request processing and thus saving large amounts of processing time. GeoWebCache is integrated with GeoServer, though it is also available as a standalone product for use with other map servers.
  6. This section will discuss the version of GeoWebCache integrated with GeoServer. The first part will be show how GeoWebCache can be configured through the web admin interface, followed by a detailed discussion of the concepts of the.
  7. For information about the standalone product, please see the `GeoWebCache homepage <https://www.geowebcache.org>`_.
  8. .. toctree::
  9. :maxdepth: 2
  10. webadmin/index
  11. using
  12. config
  13. seeding
  14. responseheaders
  15. rest/index
  16. troubleshooting