Installing JWT Headers
To install the JWT Headers module:
-
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).
-
Place the JARs in
WEB-INF/lib
. -
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;