-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Esri Geoportal Server v2 consists of two separate modules -- Catalog and Harvester. Separate modules are helpful when users need harvesting capabilities without a catalog.
This Wiki documents how to install, configure, and use Esri Geoportal Server Harvester, while its sibling Esri Geoportal Server Catalog is managed in a separate repository.
Geoportal Server Harvester helps you harvest metadata from many sources into a local folder, Esri Geoportal Server Catalog, ArcGIS Enterprise, or ArcGIS Online.
- Click here for release notes and downloads
- Explore the Geoportal Server Harvester features - Features
- Install Geoportal Server Harvester - Installation guide
Learn how to:
- Use Geoportal Server Harvester - Quick start guide
- Define input and output brokers - Brokers
- Define and manage harvesting tasks - Tasks
- Migrate metadata from Esri Geoportal Server 1.2.x - Migration tool
- Run Geoportal Server Harvester from the command line - Command Line Interface
- How to Setup Harvester in an IDE - Setup Harvester in an IDE
- The harvester stores the broker and task information in a small h2 database. Normally, you do not need to worry about that database, but if you do (out of hobby or necessity), you can start a built-in web front-end to h2 as follows:
java -cp <PATH_TO>\harvester\WEB-INF\lib\h2-2.1.210.jar org.h2.tools.Server
the PATH_TO
is the location where your harvester web application is deployed. the h2-2.1.210.jar
is the name (and version) of the h2 library. Your harvester version may have a h2 jar different from this example.
Click here for prior releases.
- 2.6.5 - Released July 13, 2021