Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

External CSW profiles #124

Closed pandzel-zz closed 3 years ago

pandzel-zz commented 3 years ago

Ability to replace bundled CSW profiles with external profiles

Configuration

  1. Open hrv.properties configuration file and provide path to the folder with CSW profiles as csw.profiles.folder property. Avalable values:

    • absolute path,
    • relative path to the user home folder; it is denoted by a tilde sign (~) in front of the folder, ex: ~/csw-profiles,
  2. Restart Apache Tomcat,
  3. If the folder is empty or lacks CSW profiles, profiles available out of the box will be copied into this folder,
  4. Assure read-write permission to the CSW folder for the user running Apache Tomcat.