Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

5) Restart tomcat, wait a while. Go to http://localhost:8080/<fcrepo>/rest/oai?verb=Identify. If it all worked, you should see xml that defines the default configuration for the OAI-PMH provider.

Popular errors are either the OAI-Provider generating 4xx HTTP error codes or producing the default values (see below). The 4xx HTTP Error codes are a manifestation that the namespace having

not been defined (Step 4b above), so make sure the OAI compact node definition has been added to the fedora-node-types.cnd file or however you have found to add the definition is correct.

The default values appearing instead of properties you have defined would mean the properties are not available or defined incorrectly.

 

Configuring the OAI-PMH provider

...

oai:description: "An example respository decriptionrepository description"

oai:version: "4.0.0"

oai:adminAddress: "admin@example.com"

...