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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r7892 r7984  
    2020./gs3-install.sh
    2121
    22 If you change the source and want to compile it again later, you can run make then make install from this directory.
     22If you change the source and want to compile it again later, you can run 'make' then 'make install' from this directory.
    2323
    2424If you want to compile the test servlet, (useful is you are unsure whether Tomcat is working properly), go to gsdl3/web/WEB-INF/classes, and run 'javac TestServlet.java'.
     
    3030
    3131Using SOAP:
    32 -----------
     32------------
    3333
    34 To install SOAP into Tomcat (SOAP runs as a servlet), run
    35 ./gs3-install-soap.sh
    36 Then re-launch Greenstone.
     34Greenstone comes setup to use SOAP. SOAP runs as a servlet inside Tomcat, and is disabled by default. To enable it, run
     35./gs3-enable-soap.sh
     36Then re-launch Greenstone:
     37./gs3-launch.sh -shutdown
     38./gs3-launch.sh
    3739
    3840A SOAP server for localsite comes predeployed.
     
    4042
    4143To set up a SOAP server on a new site, run
    42 gs3-soap-deploy-site <sitename> <siteURI>
     44gs3-soap-deploy-site.sh <sitename> <siteURI>
    4345where the sitename is the directory name of the site, and siteURI is a unique
    4446identifier for the sites 'web service'.
     
    6668To run Greenstone, run
    6769gs3-launch
     70This starts up the Tomcat web server and mysql database server.
     71
     72Using SOAP:
     73------------
     74
     75Greenstone comes setup to use SOAP. SOAP runs as a servlet inside Tomcat, and is disabled by default. To enable it, run
     76gs3-enable-soap
     77Then shutdown and restart Greenstone.
     78
     79A SOAP server for localsite comes predeployed.
     80You should be able to see all localsite's collections through the gateway servlet.
     81
     82To set up a SOAP server on a new site, run
     83gs3-soap-deploy-site <sitename> <siteURI>
     84where the sitename is the directory name of the site, and siteURI is a unique
     85identifier for the sites 'web service'.
    6886
    6987|--------------|
     
    7593To prevent Tomcat showing directory listings, edit the gsdl3/comms/jakarta/tomcat/conf/web.xml file and set the value of the "listings" servlet parameter to false.
    7694
    77 Note: the windows version doesn't have greenstone 3 native building yet.
Note: See TracChangeset for help on using the changeset viewer.