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

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

Better comments explaining why and when to set the javahome, fedorahome, fedoraversion and perlpath properties.

File size: 1.2 KB
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# specify full paths to the various key Greenstone directories.
6# GSDL3HOME is optional, set it if your Greenstone web folder
7# is located somewhere other than the default gsdl3srchome/web
8gsdl3srchome /full/path/to/greenstone3
9gsdlhome /full/path/to/greenstone3/gs2build
10#gsdl3home /full/path/to/greenstone3/web
11
12# cgi gateway URL suffix
13#gwcgi /cgi-bin/library
14
15# If the GLIServer will be used to run the Fedora Librarian
16# Interface (FLI), set FEDORA_VERSION (the major version number
17# of Fedora) and set FEDORA_HOME to be the full path to your
18# Fedora installation.
19# Setting fedorahome and fedoraversion here will overwrite the
20# environment variables FEDORA_HOME and FEDORA_VERSION if set.
21#fedorahome /full/path/to/fedora
22#fedoraversion 3
23
24# If JAVA_HOME is already set, then setting the following to be
25# the full path to the JDK will overwrite it.
26#javahome /full/path/to/j2sdk1.4/or/higher
27
28# If Perl is not already on your PATH, set the following to the
29# full path of the perl bin directory (Perl's parent folder)
30# and it will be prepended to the PATH.
31#perlpath /usr/bin
32
Note: See TracBrowser for help on using the repository browser.