Skip to content

Instantly share code, notes, and snippets.

@wnordmann
Last active February 21, 2019 19:45
Show Gist options
  • Save wnordmann/267d2e3a67c5d050a09b7a67b29f8772 to your computer and use it in GitHub Desktop.
Save wnordmann/267d2e3a67c5d050a09b7a67b29f8772 to your computer and use it in GitHub Desktop.

Boundless Tomcat CORS - Boundless specific - https://server.boundlessgeo.com/docs/latest/sysadmin/cors/index.html Tomcat general - https://enable-cors.org/server_tomcat.html

GWS Seeding

GWS Storage

GVS Contacts -

Geoserver Monitoring Extention

Java Key Store Note

JVM Params

-Djavax.net.ssl.keyStore=%KEYSTORE% -Djavax.net.ssl.keyStorePassword=changeme -Djavax.net.ssl.trustStore=%TRUSTSTORE% -Djavax.net.ssl.trustStorePassword=changeme

Geoserver File Transfer

  • All the relevant files will be in GEOSERVER_DATA_DIRECTORY, or the GeoServer webapp itself. The location GEOSERVER_DATA_DIRECTORY defaults to ./data within the geoserver webapp folder, but can (and should) be changed: https://docs.geoserver.org/stable/en/user/datadirectory/setting.html (edited)
  • The locations and other defaults can change depending on what method you use to install geoserver; the above assumes a manual WAR install
  • If you are using the Boundless Server linux packages, the webapp directory is set to /opt/boundless/server/geoserver, the data directory is set to /var/opt/boundless/server/geoserver/data, and additional tomcat configuration (including JVM args and environment variables is under /etc/tomcat8. See here for more details on that configuration: https://server.boundlessgeo.com/docs/latest/sysadmin/ubuntu/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment