March 2018
Beginner to intermediate
584 pages
14h 31m
English
While MapServer is written in the C language and uses Apache as its web server, GeoServer is written in Java and you therefore need to install the Java Virtual Machine (JVM) in your system; it must be used from a servlet container, such as Jetty and Tomcat. After installing the servlet container, you will be able to deploy the GeoServer application to it. For example, in Tomcat, you can deploy GeoServer by copying the GeoServer WAR (web archive) file to Tomcat's webapps directory. For this recipe, we will suppose that you have a working GeoServer in your system; if this is not the case, follow the detailed GeoServer installation steps for your OS at the GeoServer website (http://docs.geoserver.org/stable/en/user/installation/ ...