Ignore:
Timestamp:
2016-06-15T18:35:56+12:00 (8 years ago)
Author:
ak19
Message:

Terminology change: 'web-distributed' GS3 is a GS3 with dispersed web folder (not 'distributed').

Location:
main/trunk/greenstone3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.in

    r30568 r30573  
    1616#web.home=${tomcat.installed.path}/webapps/greenstone3
    1717
    18 ## If creating a distributed GS3 set up, with GS3 in a read-only location, then it will need a
    19 ## distinct user web folder for content (sites and collections), and need to run tomcat from TMP.
    20 ## You need to configure 4 properties to get a distributed GS3 to work on windows:
     18## If creating a GS3 set up with a dispersed web folder ("web-dispersed" GS3), with GS3 in a read-only location, then
     19## it will need a distinct user web folder for content (sites and collections), and need to run tomcat from TMP.
     20## You need to configure 4 properties to get a "web-dispersed" GS3 to work on windows:
    2121## - set web.home above to the writable location where collections and sites should be created (use forward slashes)
    2222## - uncomment using.user.web below and set to true,
  • main/trunk/greenstone3/build.xml

    r30568 r30573  
    169169  <property name="web.home" value="${basedir}/web"/>
    170170  <property name="web.writablehome" value="${gsdl3.writablehome}"/>
    171   <!-- If using a distributed GS3, then the user web would not contain everything in the default GS3 web
    172   (it won't contain a CGI or lib folder inside WEB-INF, for instance) -->
     171  <!-- If using a dispersed GS3 web folder, then the user web would not contain everything in the
     172       default GS3 web (it won't contain a CGI or lib folder inside WEB-INF, for instance) -->
    173173  <if>
    174174    <bool><available file="${web.home}/WEB-INF/cgi" type="dir"/></bool>
Note: See TracChangeset for help on using the changeset viewer.