Book Image

Expert GeoServer

By : Ben Mearns
Book Image

Expert GeoServer

By: Ben Mearns

Overview of this book

GeoServer is open source, server-side software written in Java that allows users to share and edit geospatial data. In this book, you'll start by learning how to develop a spatial analysis platform with web processing services. Then you'll see how to develop an algorithm by chaining together geospatial analysis processes, which you can share with anyone in the world. Next you'll delve into a very important technique to improve the speed of your map application—tile caching. Here, you'll understand how tile caching works, how to develop an effective tile cache-supported web service, and how to leverage tile caching in your OpenLayers web application. Further on, you'll explore important tweaks to produce a performant GeoServer-backed web mapping application. Moving on, you'll enable authentication on the frontend and backend to protect sensitive map data, and deliver sensitive data to your end user. Finally, you'll see how to put your web application into production in a secure and user-friendly way. You'll go beyond traditional web hosting to explore the full range of hosting options in the cloud, and maintain a reliable server instance.
Table of Contents (7 chapters)

Summary

Great job on working through this difficult section! You can take the fundamentals you learned here to create a really great authenticated web app.

In this chapter, you learned to use HTTPS to provide secure login from an OpenLayers app to your GeoServer-based services. You learned about the building blocks of our proxy platform, Apache HTTPD, and Tomcat, and how to configure them. Next, we covered HTTPS and TLS, and you learned how to generate certificates to enable secure requests. You learned about GeoServer's user-access permissions to permit authorized users to access the server. Finally, we tested out a secure login with curl and an OpenLayers web app.

In the next and final chapter, you will learn the final steps for putting your GeoServer-based web app into production.