Changeset 16512


Ignore:
Timestamp:
2008-07-22T14:10:55+12:00 (16 years ago)
Author:
ak19
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/WEB-INF/cgi/gsdl3site.cfg

    r16499 r16512  
    1010#gsdl3home /full/path/to/greenstone3/web
    1111
    12 
    1312# cgi gateway URL suffix
    1413#gwcgi       /cgi-bin/library
    1514
    16 # if JAVA_HOME is not defined, set this to the full path
    17 # to your JDK
    18 #javahome    /usr/bin/j2sdk1.4.2_13
     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
    1923
    20 # if Perl is not on your PATH, provide the full path to Perl's
    21 # parent folder here. Need to update gsdlCGI.pm for this.
     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.
    2231#perlpath /usr/bin
    2332
    24 # full path to FEDORA_HOME, and the major version number of the
    25 # fedora installation
    26 #fedorahome /full/path/to/fedora
    27 #fedoraversion 2
Note: See TracChangeset for help on using the changeset viewer.