Ignore:
Timestamp:
2004-07-22T14:49:07+12:00 (20 years ago)
Author:
kjdon
Message:

modified instructions for soap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r7775 r7805  
    1111-------------------------------------------------
    1212
    13 Download the gsdl3-x.xx-linux executable file, and run it. It will prompt you for the installation directory.
     13Download the gsdl3-x.xx-linux executable file, and run it. Follow the instructions given.
    1414
    1515Installing Greenstone from a CVS checkout:
     
    3636-----------
    3737
    38 To set up a SOAP server on a site, run
    39 gs3-soap-deploy-site <sitename>
     38To install SOAP into Tomcat (SOAP runs as a servlet), run
     39./gs3-install-soap.sh
     40Then re-launch Greenstone.
    4041
    41 Then re-launch Greenstone.
     42A SOAP server for localsite comes predeployed.
     43You should be able to see all localsite's collections through the gateway servlet.
     44
     45To set up a SOAP server on a new site, run
     46gs3-soap-deploy-site <sitename> <siteURI>
     47where the sitename is the directory name of the site, and siteURI is a unique
     48identifier for the sites 'web service'.
     49
     50
    4251
    4352|----------|
Note: See TracChangeset for help on using the changeset viewer.