source: main/trunk/greenstone3/resources/cgi/gsdl3site.cfg.svn@ 34114

Last change on this file since 34114 was 34114, checked in by kjdon, 4 years ago

for gs3, gwcgi is the tomcat context, i.e. greenstone3 by default. If you have changed your context, then you need to change gwcgi if you are using remote gli

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