This section will describe how to integrate AccelSee with DSpace.
JSPUI Integration
- Find dspace-jspui-api-[version].jar in your JSPUI web application, typically located at (WEB-INF\lib\dspace-jspui-api-[version].jar)
- Open the dspace-jspui-api-[version].jar with WinRAR
- Replace org\dspace\app\webui\jsptag\ItemTag.class
- Insert org\dspace\app\webui\jsptag\accelsee.properties
- Close the jar file
- Copy utils.js from integration package to JSPUI root directory (Replace)
- Copy view.jsp from integration package to JSPUI root directory.
- Edit view.jsp, replace %HOSTNAME% variable with AccelSee server hostname
- Copy header-default jsp to JSPUI\layout directory.
- Restart your web server.

Add Comment