Geoserver 允许跨域

Jetty这个东西。。。。

如何操作附后

需要说明有几点

  1. 看看清楚,是servlets,不是servlet,后面这个geoserver带了,前面的没有;
  2. 配置是配置到应用的web.xml,所以这个倒霉jar文件也的放在应用的lib目录中,不是jetty的lib中;
  3. geoserver的应用配置文件中包含了跨域的配置内容,默认是注释掉的,但就是不放这个jar,不知道脑子里想什么,老子又不会java;
  4. jar包去 这里 下载;
  5. 参考链接: OpenLayers 3: Cross-Origin Request Blocked: The Same Origin Policy disallows

附:

  1. Download the matched version of theJetty servlets according to your jetty version from this page Jetty Servlets .
  2. In this example i'm using jetty v7.6.13.v20130916 so the jar file should benamed (jetty-servlets-7.6.13.v20130916.jar) the filename willbe different according to the jetty version - don't change its name becausejetty matching the servlet name with its version like : jetty-servlets-<%JETTY_VERSION%>.jar, so don't rename it.
  3. Stop the (GeoServer, Postgres) servicesand Take a copy from the OpenGeo directory located in (C:\Program Files (x86)\boundless\OpenGeo) and alsoCopy the OpenGeo directory located in (C:\ProgramData\boundless\OpenGeo) before startingthis tutorial, as a precaution step.
  4. Copy the file (jetty-servlets-7.6.13.v20130916.jar) (As-is) into thejetty Lib directory (C:\Program Files (x86)\boundless\OpenGeo\jetty\lib)also the directory may change according your installation directory.
  5. Copy and paste the following xml linesinto the (webdefault.xml) located in (C:\Program Files (x86)\boundless\OpenGeo\jetty\ect\webdefault.xml),i'm not sure that the location for these lines to place in the file isimportant or not but i paste them starting from line #306 after </serlet-mapping>
<filter>  
 <filter-name>cross-origin</filter-name>  
<filter-class>org.eclipse.jetty.servlets.CrossOriginFilter</filter-class>  
</filter>  
<filter-mapping>  
 <filter-name>cross-origin</filter-name>  
 <url-pattern>/*</url-pattern>  
</filter-mapping>  
  1. Start the (GeoServer, Postgres) services, wait for a few seconds andbrowse to the geoserver page, the geoserver will start correctly.

转载于:https://my.oschina.net/rodger/blog/872982

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值