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

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

javahome is optional for GS3, since the path would contain this already. It is here for backwards compatibility with GS2 where javahome needs to be set when working with fedora

File size: 703 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# cgi gateway URL suffix
11#gwcgi /cgi-bin/library
12
13# if JAVA_HOME is not defined, set this to the full path
14# to your JDK
15#javahome /usr/bin/j2sdk1.4.2_13
16
17# if Perl is not on your PATH, provide the full path to Perl's
18# parent folder here. Need to update gsdlCGI.pm for this.
19#perlpath /usr/bin
20
21# full path to FEDORA_HOME, and the major version number of the
22# fedora installation
23#fedorahome /full/path/to/fedora
24#fedoraversion 2
Note: See TracBrowser for help on using the repository browser.