Skip to content

Installing JWT Headers

To install the JWT Headers module:

  1. If working with a 2.24.x nightly build, download the module: geoserver-2.24-SNAPSHOT-jwt-headers-plugin.zip

    Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example 2.24.x above).

  2. Place the JARs in WEB-INF/lib.

  3. Restart GeoServer.

Note

Community modules are not yet ready for distribution with GeoServer 2.24.2 release.

To compile the JWT Headers community module yourself download the src bundle for GeoServer 2.24.2 and compile:


cd src/community mvn install -PcommunityRelease -DskipTests

And package:


cd src/community mvn assembly:single -N

For developers;

cd src
mvn install -Pjwt-headers -DskipTests