Versions Compared

Key

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

...

Wiki Markup
The DSpace build process builds a Web application archive, _\[dspace-source\]/build/oai.war_), in much the same way as the Web UI build process described above. The only differences are that the JSPs are not included. This 'webapp' is deployed to receive and respond to OAI-PMH requests via HTTP. In a typical configuration, this is deployed at _oai_, containing request, driver and openaire contexts, for example:

Code Block
http://dspace.myu.edu/oai/request?verb=Identify

...

Code Block
http://dspace.myu.edu/oai/request

But one could also provide the Driver or OpenAIRE contexts:

Code Block

http://dspace.myu.edu/oai/driver
http://dspace.myu.edu/oai/openaire

Wiki Markup
It is this URL that should be registered with [www.openarchives.org|http://www.openarchives.org/|www.openarchives.org]. Note that you can easily change the '_request_' portion of the URL by editing _\[dspace-source\]/etc/oai-web.xml_ and rebuilding and deploying _oai.war_.

...