Changeset 30573
- Timestamp:
- 2016-06-15T18:35:56+12:00 (7 years ago)
- Location:
- main/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/gems.bat
r30568 r30573 45 45 :checkUserPermissions 46 46 47 rem In a distributed GS3 setup like in the labs, we don't require the Greenstone directory to be writable.47 rem In a web-dispersed GS3 setup like in the labs, we don't require the Greenstone directory to be writable. 48 48 rem If GS3, get the using.user.web property from build.properties and if set to true, we can skip to shiftElevated 49 49 :: http://ss64.com/nt/syntax-substring.html -
main/trunk/gli/gli.bat
r30568 r30573 49 49 :checkUserPermissions 50 50 51 rem In a distributed GS3 setup like in the labs, we don't require the Greenstone directory to be writable.51 rem In a web-dispersed GS3 setup like in the labs, we don't require the Greenstone directory to be writable. 52 52 rem If GS3, get the using.user.web property from build.properties and if set to true, we can skip to shiftElevated 53 53 :: http://ss64.com/nt/syntax-substring.html … … 166 166 :rungs3 167 167 168 rem In a distributed GS3 set up like in the labs, gsdl3home.isreadonly would be true and168 rem In a web-dispersed GS3 set up like in the labs, gsdl3home.isreadonly would be true and 169 169 rem we need to run the web server in read-only mode. This section of code borrowed from gs3-server.bat. 170 170 set USE_TMPDIR_FOR_TOMCAT= -
main/trunk/greenstone3/build.properties.in
r30568 r30573 16 16 #web.home=${tomcat.installed.path}/webapps/greenstone3 17 17 18 ## If creating a distributed GS3 set up, with GS3 in a read-only location, then it will need a19 ## 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 distributedGS3 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: 21 21 ## - set web.home above to the writable location where collections and sites should be created (use forward slashes) 22 22 ## - uncomment using.user.web below and set to true, -
main/trunk/greenstone3/build.xml
r30568 r30573 169 169 <property name="web.home" value="${basedir}/web"/> 170 170 <property name="web.writablehome" value="${gsdl3.writablehome}"/> 171 <!-- If using a dis tributed GS3, then the user web would not contain everything in the default GS3 web172 (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) --> 173 173 <if> 174 174 <bool><available file="${web.home}/WEB-INF/cgi" type="dir"/></bool>
Note:
See TracChangeset
for help on using the changeset viewer.