source: greenstone3/trunk/web/WEB-INF/cgi/gsdl3site.cfg@ 16030

Last change on this file since 16030 was 16030, checked in by ak19, 16 years ago

RemoteGreenstone 3 server requires the path to perl to be set in the PATH variable (whenever gliserver.pl does an eval using Perl). However the perl path is not passed to gliserver.pl by Tomcat (build.xml sets Tomcat's PATH). So it is set here in file gsdl3site.cfg and read in by gsdlCGI.pm. This is a problem similar to the issue of JAVA_HOME not being set for GS3

File size: 447 bytes
Line 
1# this file should be placed in the /greenstone3/web/WEB-INF/cgi .
2# It defines path parameters of GS3, and therefore should be
3# edited to suit your setting.
4
5# points to the GSDLHOME directory
6
7gsdl3srchome /greenstone3
8gsdlhome /greenstone3/gs2build
9
10# Should be set to the same full path as your JAVA_HOME environment variable
11javahome /usr/bin/j2sdk1.4.2_13
12
13# This should be the full path to Perl's parent folder
14perlpath /usr/bin
Note: See TracBrowser for help on using the repository browser.