-
Notifications
You must be signed in to change notification settings - Fork 409
MapStore2 users GeoServer integration with Authkey
Lorenzo Pini edited this page Oct 17, 2018
·
15 revisions
Requirements
- GeoServer must have the Authkey plugin installed
- MapStore2 Database must be reachable by GeoServer (H2 will not work, use PostgreSQL or Oracle)
- MapStore2 must be reachable by GeoServer
This example will focus on PostgreSQL database type I am assuming this is a new installation, so no existing user or map will be preserved
Database preparation
- Follow Geostore readme files to setup a postgresql database (ignore the geostore_test part)
- Start Tomcat once to make it extract the war file
- Stop Tomcat
- Copy the WEB-INF/classes/db-conf/postgres.properties file over the WEB-INF/classes/geostore-database-ovr.properties
- Start Tomcat
Default user password couples are
- admin:admin
- user:user
GeoServer Setup
WIP