Hello,
In the Identify part of OAI interface, Repository identifier and Sample identifier can't be changed. I want to change localhost to my DSpace URL and handle prefix. Could you please tell me how the following information can be changed on the interface?
| Repository identifier | localhost
|
| Sample identifier | oai:localhost:123456789/1234 |
As far as I know this interface gets information from description.xml file. I've changed 3
description.xml file in different locations:
C:\dspace\config\crosswalks\oai
C:\dspace-5.5-src-release\dspace\config\crosswalks\oai
C:\dspace\config
Here is my oai.cfg file briefly.
dspace.oai.url =
http://dspace.ada.edu.az/oai# Base solr index
solr.url=
http://localhost/solr/oai# OAI persistent identifier prefix.
# Format - oai:PREFIX:HANDLE
identifier.prefix = 20.500.12181/1234
# Base url for bitstreams
bitstream.baseUrl =
http://dspace.ada.edu.az/xmlui# Base Configuration Directory
config.dir = C:/dspace/config/crosswalks/oai
# Description
description.file = C:/dspace/config/crosswalks/oai/description.xml
# Cache enabled?
cache.enabled = true
# Base Cache Directory
cache.dir = C:/dspace/var/oai
Thanks,
Iltifat