Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected the link to the REST API component on jira; corrected a few typos; added a line about including ojdbc14.jar

...

Possible problems:

 - If you have troubles trouble starting the application, try to check  check the dspace-config variable and make sure it  points to point to the location of the dspace.cfg using  file. Use absolute addressing (take a look at commented line in configuration file)see comment  in src/main/webapp/WEB-INF/web.xml).

 - If you receive HTTP 500 errors with a SQL exception indication *and* you are using Oracle, make sure you have ojdbc14.jar in your CLASSPATH when you start tomcat or jetty.

 - If you are already run some other running  another application on port 8080 try instead to start Jetty container with the following line: mvn jetty:run-war -Djetty.port=9090 for port 9090.

Please take a note that  note this is still an experimental module so there may be bugs/errors in processing. You use Use it at your own risk. 

I would highly appreciate user input. If you have comments or feature requests or anything else you can post it on this wiki in comments section. Additionally for the bugs/errors/issues found you can use JIRA at httpat  https://jira.dspaceduraspace.org/browse/jiraDS/browse/GSOC?report=select to component/10190  to report or contact me directly via emalemail (bojan.suzic AT gmail _DOT _com - using subject line DSpace REST).

Information for developers

...