Versions Compared

Key

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

...

Wiki Markup
1) This way assumes you are running DSpace under Tomcat. Locate {{src/main/webapp/WEB-INF/web.xml}} (under directory you just downloaded DSpace REST API). Find variable named {{dspace-config}} and alter it to point to current location of {{dspace.cfg}} file of your DSpace instance. Position into Navigate to the root directory of the REST API and type {{mvn package}}. If everything goes well, in {{target}} directory will be packaged {{dspace-rest-\[version\].war}}. Deploy this file (changing the name to rest.war)  to your current Tomcat webapp directory. The application will be available under [http://localhost:8080/rest/|http://localhost:8080/rest/] by default.

...