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
- https://server.boundlessgeo.com/docs/latest/sysadmin/caching/seeding/considerations.html
- https://server.boundlessgeo.com/docs/latest/geowebcache/configuration/diskquotas.html#disk-quotas
GWS Storage
- https://server.boundlessgeo.com/docs/latest/geowebcache/configuration/storage.html#blobstore-configuration
- https://server.boundlessgeo.com/docs/latest/geoserver/geowebcache/webadmin/blobstores.html
GVS Contacts -
- Melissa Kane: [email protected] - Tech lead
- Brian Lear: [email protected] - Tech Lead
- Matt Anderson: [email protected] - PM
Geoserver Monitoring Extention
-
List keystore info -
keytool -list -v -keystore [enter keystore name] -storepass [enter keystore password]
- orkeytool -list -v -keystore /path/to/cacerts
-
https://access.redhat.com/documentation/en-US/Fuse_MQ_Enterprise/7.1/html/Security_Guide/files/SSL-SysProps.html keytool -importcert -file cert.cer -keystore tomcat.keystore -alias myalias
-Djavax.net.ssl.keyStore=%KEYSTORE% -Djavax.net.ssl.keyStorePassword=changeme -Djavax.net.ssl.trustStore=%TRUSTSTORE% -Djavax.net.ssl.trustStorePassword=changeme
- All the relevant files will be in
GEOSERVER_DATA_DIRECTORY
, or the GeoServer webapp itself. The locationGEOSERVER_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