Skip to content
Marten edited this page Jun 28, 2024 · 24 revisions

Esri Geoportal Server Harvester | Wiki Documentation

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.

Latest Release

  • Click here for release notes and downloads

Features

  • Explore the Geoportal Server Harvester features - Features

Installation

Using Geoportal Server Harvester

Learn how to:

Command Line Interface

Development Topics

  • 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.

Releases and Downloads

Click here for prior releases.

  • 2.6.5 - Released July 13, 2021