Changes between Version 8 and Version 9 of software

Show
Ignore:
Timestamp:
07/20/07 16:59:03 (3 years ago)
Author:
amiles (IP: 130.246.76.200)
Comment:

minor

Legend:

Unmodified
Added
Removed
Modified
  • software

    v8 v9  
    2222 
    2323 * 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. 
    2425  * Set up the jOAI harvester with same settings as shown at http://isegserv.itd.rl.ac.uk/oai/admin/harvester.do 
    2526  * 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. 
    2828 * Download the joai AJAX search client from the link above. 
    29  * Unpack and 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. 
    3030 * 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. 
    3131 * Browse to the single/index.html file and see if it works.