GithubHelp home page GithubHelp logo

geowebcache-osgi's Introduction

GeoWebCache

Introduction

This project embeds the GeoWebCache (http://geowebcache.org) server into an OSGi bundle that can be run on an OSGi 4.2+ container.

When deployed in an OSGi container, all the normal GeoWebCache functions are available including:

  • WMS/WMTS endpoints (/geowebcache/service)
  • RESTful webservices for GeoWebCache configuration (/geowebcache/rest)
  • Caching of tiles
  • Seeding of tiles

Building

What you need

  • Install J2SE 8 SDK.
  • Make sure that your JAVA_HOME environment variable is set to the newly installed JDK location, and that your PATH includes %JAVA_HOME%\bin (Windows) or $JAVA_HOME$/bin (*NIX).
  • Install Maven 3.0.3 (or later). Make sure that your PATH includes the MVN_HOME/bin directory.
  • Set the MAVEN_OPTS variable with the appropriate memory settings

How to build

git clone git://github.com/codice/geowebcache-osgi.git

Change to the top level directory of geowebcache-osgi source distribution.

mvn install

Notes

Spring Security Config

WEB-INF/acegi-config.xml was modified to

  • allow anonymous access to GWC REST services
  • allow anonymous access to POST/PUT/DELETE operations on GWC services This assumes other security components are present in the OSGi container to control access to GWC paths if needed.

Layer configuration

WEB-INF/geowebcache-core-context.xml was modified to set the XML configuration directory to the karaf etc directory.
This can easily modified for other OSGi containers.

geowebcache-osgi's People

Contributors

jlcsmith avatar bdeining avatar

Watchers

James Cloos avatar Chris Lockard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.