Versions Compared

Key

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

...

Wiki Markup
To enable DSpace's SWORD v2 server, just make sure the {{\[dspace\]/webapps/sword2swordv2/}} web application is available from your Servlet Container (usually Tomcat).

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0259ff3a175d3a79-cb4420b9-48cd42f6-98149a5e-abc3f619a68437730a4253ad"><ac:plain-text-body><![CDATA[

Configuration File:

[dspace]/config/modules/sword2-server.cfg

]]></ac:plain-text-body></ac:structured-macro>

Property:

url

Example Value:

Code Block
url = http://www.myu.ac.uk/swordv2

Informational Note:

The base url of the SWORD 2.0 system. This defaults to ${dspace.baseUrl}/sword2swordv2 (where dspace.baseUrl is defined in your dspace.cfg file).

Property:

collection.url

Example Value:

Code Block
url = http://www.myu.ac.uk/swordv2/collection

Informational Note:

The base URL of the SWORD collection. This is the URL from which DSpace will construct the deposit location URLs for collections. This defaults to ${dspace.baseUrl}/swordv2 (where dspace.baseUrl is defined in your dspace.cfg file).

Warning

Wiki Markup
FINISH DOCUMENTING ALL CONFIGS in {{\[dspace\]/config/modules/sword2-server.cfg}}