I migrated our DSpace v5.4 installation to a new virtual machine running v6.3. I did so last summer. I believed I had everything working until last week when I was informed that OAI was not accessible.
We have our DSpace server accessed through another server running Apache web server which redirects requests to the internal server running DSpace. The requests come in as
https://libraries.mercer.edu/ursa which is rewritten to access the DSpaceserver. The various links on the regular DSpace interface are set to include this as part of the link. So for regular usage everything has been running as expected.
I have manipulated the various variables in the ./modules/oai.cfg file without success.
I also tried modifying the tomcat configuration by both adding a link to the directory call “ursa#oai” and adding a context line to the server.xml
Can someone please tell me where those links get these destination defined?
I apologize in advance if this has already been answered. I spent much of yesterday reviewing the threads on this forum and haven’t found a solution.