Changes between Version 8 and Version 9 of software
- Timestamp:
- 07/20/07 16:59:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
software
v8 v9 22 22 23 23 * Download the jOAI WAR from the link above, and deploy to the application server (Tomcat 5.5). 24 * Set up appropriate security constraints for the jOAI admin area - either see web.xml, or can do via location match if passing through apache. 24 25 * Set up the jOAI harvester with same settings as shown at http://isegserv.itd.rl.ac.uk/oai/admin/harvester.do 25 26 * Set up the jOAI provider and indexing service to provide and index all harvested metadata files. 26 * N.B. the search client expects three sets to be configured in the provider, one for CCLRC (setSpec="cclrc"), one for BADC (setSpec="badc"), one for Southampton (setSpec="soton"). 27 * If no sets are configured, results will appear as "source: unknown" in the search client. 27 * N.B. the search client expects three sets to be configured in the provider, one for CCLRC (setSpec="cclrc"), one for BADC (setSpec="badc"), one for Southampton (setSpec="soton"). If no sets are configured, results will appear as "source: unknown" in the search client. 28 28 * Download the joai AJAX search client from the link above. 29 * Un packand copy the files for the search client to a web server within the same domain as the jOAI service.29 * Unzip and copy the files for the search client to a web server within the same domain as the jOAI service. 30 30 * If the jOAI service is deployed under a context name other than "oai", edit the value of the "baseUrl" variable in mvc.js (line 242) accordingly. 31 31 * Browse to the single/index.html file and see if it works.
