
gis - How to resolve CORS issue when accessing GeoServer via …
May 6, 2025 · Is there a reliable way to use GeoServer through both the domain and the IP (i.e., allow cross-origin requests between them), or should we consider an alternative setup (like a …
Cannot Login to GeoServer 2.27.1 Getting a …
Aug 6, 2025 · I recently upgraded to GeoServer 2.27.1 with Tomcat 9. I am no longer able to login to GeoServer. When I use inspect on the browser, I can see the following error: Refused to …
GEOSERVER: Login Error from different location - Stack Overflow
Aug 18, 2023 · Adding the proxy Base URL in the Geoserver GUI: Result--> I can't login on localhost anymore Adding the proxy Base URL in the web.xml config file: Result --> I can't …
jetty - Geoserver and moving to HTTPS - Stack Overflow
This is a simple case of finding a Jetty tutorial and following it, GeoServer doesn't care about https. However, I should warn you that the reason you can't find much help in the GeoServer …
gis - GeoServer - Creation of featureType using Rest API fails with ...
May 16, 2023 · I have successfully created a dataStore using Rest API. There are no issues when I create a layer using GeoServer web panel. But I am unable to create the same layer using …
What are the differences between GeoServer, Tileserver and …
Aug 22, 2022 · 1 I installed Tileserver by the instractions in Switch2OSM website for geting map tiles to frontend website becouse I need self-hosting tileserver running on company server. …
geojson - Publish JSON with GeoServer - Geographic Information …
Feb 5, 2021 · GeoTools (which provides the underlying data management for GeoServer) has an unsupported GeoJsonDatastore (gt-geojsonstore) which would allow you to publish GeoJson …
geoserver - INVALID_CHARACTER_ERR: An invalid or illegal XML …
Jan 31, 2024 · There are two possible causes: The XML file actually contains a disallowed character (for example a control character such as form-feed). In this case you need to (a) …
How to get list of layers from geoserver - Stack Overflow
Oct 6, 2010 · Is it possible to get a list of all the layers served by geoserver? I.e. is there some specific url request to send that does this?
Storing GeoServer Configuration (Workspaces, Layers, Groups) …
Mar 13, 2025 · I am working with GeoServer and I'm interested in storing its configuration data outside of the default file-based catalog. Specifically, I want to manage and persist …