Jetty环境下Geoserver跨域

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>

6.    Start the (GeoServerPostgres) services, wait for a few seconds andbrowse to the geoserver page, the geoserver will start correctly.

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值