geoserver 크로스 도 메 인 문제 해결 방안

1423 단어 Geoserver
1. geoserver 는 war 형식 이기 때문에 tomcat 크로스 도 메 인 문 제 를 해결 해 야 합 니 다. geoserver 버 전 은 2.9.1 입 니 다.
2. war 패 키 지 를 다운로드 하고 cors - filter - 1.7. jar, 자바 - property - utils - 1.9. jar 두 라 이브 러 리 파일 을 다운로드 하여 geoserver 프로젝트 의 lib 디 렉 터 리 에 넣 습 니 다.http://download.csdn.net/detail/jinxiumeihappy/9886977 3. 프로필 수정 geoserver / WEB - INF / web. xml 에서 프로필 수정
  
    CORS  
    com.thetransactioncompany.cors.CORSFilter  
      
     cors.allowOrigin  
        *  
      
      
     cors.supportedMethods  
        GET, POST, HEAD, PUT, DELETE  
      
      
     cors.supportedHeaders  
        Accept, Origin, X-Requested-With, Content-Type, Last-Modified  
      
      
        cors.exposedHeaders  
        Set-Cookie  
      
      
        cors.supportsCredentials  
        true  
      
  
  
    CORS  
    /*  

크로스 오 버 문제 해결
 
 

좋은 웹페이지 즐겨찾기