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
    评论
问题是指在一个下的网页去请求另一个下的资源时,由于浏览器的同源策略限制,导致请求失败的问题。而Geoserver问题则是指在使用Geoserver时,由于Geoserver默认不允许请求,因此在前端页面请求Geoserver服务时会出现问题。解决Geoserver问题的方法如下: 1.在Geoserver的web.xml文件中添加以下内容: ```xml <filter> <filter-name>cross-origin</filter-name> <filter-class>org.eclipse.jetty.servlets.CrossOriginFilter</filter-class> <init-param> <param-name>allowedOrigins</param-name> <param-value>*</param-value> </init-param> <init-param> <param-name>allowedMethods</param-name> <param-value>GET,POST,PUT,DELETE,HEAD</param-value> </init-param> <init-param> <param-name>allowedHeaders</param-name> <param-value>*</param-value> </init-param> </filter> <filter-mapping> <filter-name>cross-origin</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> ``` 2.在Geoserver的安装目录下的webapps/geoserver/WEB-INF/web.xml文件中添加以下内容: ```xml <filter> <filter-name>cross-origin</filter-name> <filter-class>org.eclipse.jetty.servlets.CrossOriginFilter</filter-class> <init-param> <param-name>allowedOrigins</param-name> <param-value>*</param-value> </init-param> <init-param> <param-name>allowedMethods</param-name> <param-value>GET,POST,PUT,DELETE,HEAD</param-value> </init-param> <init-param> <param-name>allowedHeaders</param-name> <param-value>*</param-value> </init-param> </filter> <filter-mapping> <filter-name>cross-origin</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> ``` 3.在Geoserver的安装目录下的webapps/geoserver/WEB-INF/web.xml文件中添加以下内容: ```xml <filter> <filter-name>cross-origin</filter-name> <filter-class>org.eclipse.jetty.servlets.CrossOriginFilter</filter-class> <init-param> <param-name>allowedOrigins</param-name> <param-value>*</param-value> </init-param> <init-param> <param-name>allowedMethods</param-name> <param-value>GET,POST,PUT,DELETE,HEAD</param-value> </init-param> <init-param> <param-name>allowedHeaders</param-name> <param-value>*</param-value> </init-param> </filter> <filter-mapping> <filter-name>cross-origin</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值