Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.79 KB

File metadata and controls

40 lines (22 loc) · 1.79 KB

Installing GeoWebCache

Once the :ref:`Java Servlet environment <prerequisites>` is in place:

  1. The :file:`geowebcache-war.zip` Web ARchive (WAR) file can be downloaded from GeoWebCache.osgeo.org.
  2. Unpack the zip file and make sure to read the software :ref:`license`, and locate the :file:`geowebcache.war` for deployment.

Option 1: Tomcat Administration Tool

  1. Navigate to http://localhost:8080 (or wherever your Tomcat instance resides) and click the :guilabel:`Tomcat Manager` on the left hand side.
  2. Find the section :guilabel:`WAR file to deploy`, and upload :file:`geowebcache.war` you unpacked from the zip file.
  3. After the upload is complete, look for :guilabel:`geowebcache` in the :guilabel:`Applications` table.
  4. Once the application is started, GeoWebCache is available http://localhost:8080/geowebcache.

Option 2: Manual Installation

  1. Tomcat will need to be stopped before making any changes to the webapps directory.

    Ensure that the Tomcat process is stopped before proceeding, as the JVM does not always release file handles immediately.

  2. To manually deploy:

    This approach allows you to make configuration changes before restartig Tomcat.

  3. After restarting Tomcat, GeoWebCache is available http://localhost:8080/geowebcache.