1.4 URL configuration

The Goobi viewer offers the possibility of linking to external systems in several places. The parameters that are responsible for these links are explained here.

<urls>
    <metadata>
        <sourcefile>https://viewer.example.org/viewer/sourcefile?id=</sourcefile>
        <marc>https://viewer.example.org/viewer/oai?verb=GetRecord&amp;metadataPrefix=marcxml&amp;identifier=</marc>
        <dc>https://viewer.example.org/viewer/oai?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=</dc>
        <ese>https://viewer.example.org/viewer/oai?verb=GetRecord&amp;metadataPrefix=europeana&amp;identifier=</ese>
    </metadata>
    
    <solr>http://localhost:8080/solr</solr>
    
    <dfg-viewer>https://dfg-viewer.de/show?set[mets]=</dfg-viewer>
    <rest>https://viewer.example.org/viewer/rest</rest>
    <iiif useForCmsMedia="true">https://viewer.example.org/viewer/rest</iiif>
    <taskManager>http://localhost:8080/itm/</taskManager>
    <download>https://viewer.example.org/viewer/download/</download>

    <basex>https://basex.example.org/basex/</basex>
    
    <workflow>https://workflow.example.org/goobi/api/</workflow>
    
    <!--urnResolver>http://nbn-resolving.de/</urnResolver-->
</urls>

The parameters are explained in detail in the following table:

Setting

Description

metadata/(sourcefile|marc|dc|ese)

The elements contain absolute URLs to the currently displayed record via the OAI interface in METS, MARCXML Dublin Core or ESE format. The Goobi viewer appends the identifier of the current record to this URL.

solr

Absolute URL to Apache Solr. The Solr index is the main data source for the Goobi viewer. For performance reasons, it should be located on the same machine or on the local network.

dfg-viewer

Absolute URL to the DFG Viewer.

rest

Base URL to the REST API.

iiif

URL to the IIIF Image API interface.

taskManager

The URL of the intranda TaskManager on which the plugin for PDF generation is located if the Goobi viewer uses a TaskManager for PDF generation.

download

If PDF and ePub files are offered for download, the URL to the servlet must be named.

basex

URL to a BaseX installation for displaying an archive file.

workflow

URL to a Goobi workflow API for contributing content

urnResolver

Alternative URL to a URN resolver instead of the internal one. This setting is used for the creation of canonical URLs.

Last updated