I've had success too with CORS in GeoServer using this CORS-filter: com.thetransactioncompany.cors.CORSFilter
I didn't want to rely on CORS support in Tomcat because maybe I want to use Jetty instead for some deployments. --Steve -----Original Message----- From: emmexx [mailto:[email protected]] Sent: Friday, October 31, 2014 2:03 AM To: [email protected] Subject: Re: [Geoserver-users] Cors filter in geoserver web.xml crash Il 10/30/2014 11:29 PM, emmexx scrisse: > I added the cors filter to .../opengeo/geoserver/WEB-INF/web.xml. > After restarting tomcat geoserver is no more available and I get a 404 > error page when loading the geoserver admin page. Probably not a geoserver problem. The apache cors filter is not available on tomcat6. I used this cors filter: http://software.dzhuvinov.com/cors-filter-installation.html I couldn't manage to let it work on a webapp level (geoserver) and I'm not sure if it's a geoserver problem or my fault. Thank you anyway for the OT. maxx ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
