Download and installation

Quick Installation guide

Having installed the R package and setup Rserve you now need to install the WPS.

Installation of the Web Processing Service

The INTAMAP Web Processing Service (WPS) is built on the 52 North WPS framework, written in Java. In order to deploy the WPS you will need a working instance of a Java server, such as Apache Tomcat. Detailed instructions about how to install Apache Tomcat can be found here.

  1. Download the latest INTAMAP WAR file (24 MB).
  2. To install the Web Application you can either:

Once the Web Application has been successfully installed there are several configuration options that need to be changed.

  1. Navigate to the following directory on your server: $CATALINA_HOME/webapps/intamap/WEB-INF/classesWhere $CATALINA_HOME is the home directory of your Tomcat server.
  2. Open the intamap.properties file in your favourite text editor. Inside you should see the following properties: rserve.server=localhost
    rserve.user=user1
    rserve.password=abc+123
    raster=OFF
    Change the rserve.server property to the location of your RServe installation (leave it as localhost if Rserve resides on the same server as Tomcat) and specify a username and password if required. The final property allows you to enable raster data output. For more information on the raster capabilities of INTAMAP, consult the advanced installation instructions.
  3. Save any changes to the properties file and then reload the INTAMAP application through the Tomcat Manager interface.

You should now have a working INTAMAP installation.