Ignore:
Timestamp:
2008-06-04T17:11:19+12:00 (16 years ago)
Author:
ak19
Message:

Added brief explanation on how to deploy the QBRSOAPServer web services to this file as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-webservices-democlient/README.txt

    r15853 r15856  
    3838        What you need and how to run
    3939***********************************************************
    40 You need Java 1.5 or higher installed and JAVA_HOME set.
    41 It runs on Windows XP (not tested on Vista yet) and Linux.
     40- It runs on Windows XP (not tested on Vista yet) and Linux.
     41- You need Java 1.5 or higher installed and JAVA_HOME set.
     42- The Greenstone 3 server the demo-client is to communicate
     43with must be up-to-date with the latest source code from
     44the Greenstone SVN repository. The Greenstone 3 server must
     45have the new QBRSOAPServer web services deployed on it. See
     46section C.
    4247
    4348A. If you've downloaded the zip file:
     
    5055into the folder where you extracted the zip folder and type
    5156    gs3democlient.bat
     573. From the drop-down box at the top choose "greenstone"
     58and type the WSDL URL of the QBRSOAPServer deployed on the
     59Greenstone 3 server you wish to connect to. See section C.
    5260
    5361
     
    6977JDK 1.5, you can also double-click on gs3democlient.bat to
    7078get it running.)
    71    
     793. From the drop-down box at the top choose "greenstone"
     80and type the WSDL URL of the QBRSOAPServer deployed on the
     81Greenstone 3 server you wish to connect to. See section C.
     82
     83
     84C. Deploying the QBRSOAPServer web services on the up-to-
     85date Greenstone 3 server
     861. Go the Greenstone 3 installation folder
     872. Type
     88    ant soap-deploy-site
     89Then it will prompt you for 3 things. Press Enter to accept
     90localsite, type "QBRSOAPServer" and Press Enter again to
     91accept QBRSOAPServerlocalsite. Then point your browser to
     92http://HOST:PORT/greenstone3/services to see if the QBRSOAP-
     93Server web services are deployed and to get the link to its
     94WSDL URL needed by the demo-client application.
     95
    7296
    7397For detailed instructions, please refer to the html files
Note: See TracChangeset for help on using the changeset viewer.