Skip to content

Advanced Mapstore Configuration

simboss edited this page Jan 24, 2013 · 2 revisions

This page provide a guide in order to configure MapStore components, described in the WIKI home page.

In order to change the components configurations (i.e. for GeoStore, Http_Proxy and xmlJsonTranslate) you can edit the .properties files at the following paths:

  • you@prompt:~/mapstore-binary/resources/proxy.properties --> Http Proxy configuration file (more information about it here)
  • you@prompt:~/mapstore-binary/resources/xmlJsonTranslate.properties --> xmlJsonTranslate configuration file
  • you@prompt:~/mapstore-binary/config/geostore-datasource-ovr.properties --> GeoStore configuration file (more information about it here)

You have also the possibility to modify the GeoStore configuration for the initial data inside the database about user and categories:

  • you@prompt:~/mapstore-binary/config/users.xml
  • you@prompt:~/mapstore-binary/config/categores.xml

For more information about these configuration please visit the GeoStore WIKI here.

Clone this wiki locally