Skip to content

Latest commit

History

History
25 lines (18 loc) 路 872 Bytes

2023-10-16.md

File metadata and controls

25 lines (18 loc) 路 872 Bytes
publish_date tags
2023-10-16
gis
geoserver
TIL
  • How to solve cors issue in geoserver || GeoServer || GeoDev - YouTube

    • Navigate to your geoserver installation e.g C:\Program Files\GeoServer and look for the web.xml file under \webapps\geoserver\WEB-INF

    • uncomment the the filter settings . There is a comment 聽 聽<!-- Uncomment following filter to enable CORS in Jetty. Do not forget the second config block further down. 聽 聽-->

    • no need to comment out the cors setting regarding apache Tomcat

    • there is one more block which has a comment 聽 聽<!-- Uncomment following filter to enable CORS --> . Enable the code below:

cross-origin /* ```