[Geoserver-users] minimalistic geoserver deployment limited to kml reflector only

Hi

We need to deploy a geoserver with 1 single layer being served in such a way
that it can only be consumed from within Google Earth.
Thus geoserver in a minimalistic way so it would only be possible to consume
KML reflector requests.

What would be the quick way? Should we remove some jars from the deployment?
If so which ones should we keep? Other options?

In addition, would it be possible to set KMLScore=0 as only value possible?

thanks

Luc

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/minimalistic-geoserver-deployment-limited-to-kml-reflector-only-tp5178179.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Not sure how effective a quick way will be - you can get a lot of the same effect by maying your own web app project and limiting what dependencies are pull in.

To remove formats that have been “baked in” you may need to fork the codebase and replace some of the application context files, and or remove implementation classes. Turning off the image formats for WMS may be even more tricky (as we acquire the list from java).

···

On 17 December 2014 at 04:41, lucvanlinden <luc.vanlinden@anonymised.com> wrote:

Hi

We need to deploy a geoserver with 1 single layer being served in such a way
that it can only be consumed from within Google Earth.
Thus geoserver in a minimalistic way so it would only be possible to consume
KML reflector requests.

What would be the quick way? Should we remove some jars from the deployment?
If so which ones should we keep? Other options?

In addition, would it be possible to set KMLScore=0 as only value possible?

thanks

Luc


View this message in context: http://osgeo-org.1560.x6.nabble.com/minimalistic-geoserver-deployment-limited-to-kml-reflector-only-tp5178179.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Jody Garnett