Changeset 16496
- Timestamp:
- 2008-07-21T15:46:23+12:00 (15 years ago)
- Location:
- greenstone3/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/build.properties
r15858 r16496 18 18 ## Tomcat installation 19 19 #Set this to the internet/intranet name of the machine that Tomcat is/will be run on. localhost is fine for accessing the server from the local machine, but not remotely 20 tomcat.server= localhost20 tomcat.server=wharariki 21 21 # The port number that tomcat is/will be run on 22 tomcat.port= 808022 tomcat.port=9100 23 23 # Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats 24 tomcat.shutdown.port= 800524 tomcat.shutdown.port=9105 25 25 # If tomcat is already running, enter the path to the base directory here 26 26 tomcat.installed.path= -
greenstone3/trunk/build.xml
r16478 r16496 1392 1392 <export srcUrl="${svn.root}/gsdl/${branch.path}/etc/qdc2marc-mapping.xml" destPath="gs2build/etc/qdc2marc-mapping.xml" revision="${branch.revision}"/> 1393 1393 1394 <!-- some files from cgi-bin: necessary for remote GLI server --> 1395 <export srcUrl="${svn.root}/gsdl/${branch.path}/cgi-bin/gliserver.pl" destPath="${web.home}/WEB-INF/cgi/gliserver.pl" revision="${branch.revision}"/> 1396 <export srcUrl="${svn.root}/gsdl/${branch.path}/cgi-bin/gsdlCGI.pm" destPath="${web.home}/WEB-INF/cgi/gsdlCGI.pm" revision="${branch.revision}"/> 1397 1398 1394 1399 <!-- some files from the gsdl root directory --> 1395 1400 <export srcUrl="${svn.root}/gsdl/${branch.path}/setup.bash" destPath="gs2build/setup.bash" revision="${branch.revision}"/> -
greenstone3/trunk/src/packages/javagdbm/jni/GdbmFile.h
r15149 r16496 118 118 #endif 119 119 #endif 120 /* Header for class au_com_pharos_gdbm_GdbmFile_KeyEnumeration */ 121 122 #ifndef _Included_au_com_pharos_gdbm_GdbmFile_KeyEnumeration 123 #define _Included_au_com_pharos_gdbm_GdbmFile_KeyEnumeration 124 #ifdef __cplusplus 125 extern "C" { 126 #endif 127 #ifdef __cplusplus 128 } 129 #endif 130 #endif -
greenstone3/trunk/web/WEB-INF/cgi/gsdl3site.cfg
r16416 r16496 6 6 # GSDL3HOME is optional, set it if your Greenstone web folder 7 7 # is located somewhere other than the default gsdl3srchome/web 8 gsdl3srchome / full/path/to/greenstone39 gsdlhome / full/path/to/greenstone3/gs2build10 #gsdl3home / full/path/to/greenstone3/web8 gsdl3srchome /research/ak19/gs3-server-svn 9 gsdlhome /research/ak19/gs3-server-svn/gs2build 10 #gsdl3home /research/ak19/gs3-server-svn/gs2build/web 11 11 12 12 … … 24 24 # full path to FEDORA_HOME, and the major version number of the 25 25 # fedora installation 26 #fedorahome / full/path/to/fedora26 #fedorahome /research/ak19/fedora 27 27 #fedoraversion 2
Note:
See TracChangeset
for help on using the changeset viewer.