Advanced Mapstore Configuration - amarong/mapstore GitHub Wiki
This page provide a quick guide on how to configure MapStore components, described in the WIKI home page.
In order to tweak the components' configurations (i.e. for GeoStore, Http_Proxy and xmlJsonTranslate) you can edit the .properties files at the following paths respectively:
Http-Proxy
- you@prompt:~/mapstore-binary/resources/proxy.properties --> Http Proxy configuration file (more information about it here)
xmlJsonTranslate Servlet
- you@prompt:~/mapstore-binary/resources/xmlJsonTranslate.properties --> xmlJsonTranslate configuration file
GeoStore
- 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
More Information
For more information about these configuration please visit the GeoStore WIKI here.