## Don't edit version in web/WEB-INF/cgi, edit .in version in resources/cgi # This file defines path parameters of GS3, and therefore should be # edited to suit your setting. # specify full paths to the various key Greenstone directories. # GSDL3HOME is optional, set it if your Greenstone web folder # is located somewhere other than the default gsdl3srchome/web gsdl3srchome @gsdl3srchomequoted@ gsdlhome @gsdlhomequoted@ # this is eg '/library', the path to the default servlet defaultservlet @defaultservletpath@ #gsdl3home /full/path/to/greenstone3/web # cgi gateway URL suffix #gwcgi /greenstone3 # If the GLIServer will be used to run the Fedora Librarian # Interface (FLI), set FEDORA_VERSION (the major version number # of Fedora) and set FEDORA_HOME to be the full path to your # Fedora installation. # Setting fedorahome and fedoraversion here will overwrite the # environment variables FEDORA_HOME and FEDORA_VERSION if set. #fedorahome /full/path/to/fedora #fedoraversion 3 # If JAVA_HOME is already set, then setting the following to be # the full path to the JDK will overwrite it. #javahome /full/path/to/j2sdk1.4/or/higher # If Perl is not already on your PATH, set the following to the # full path of the perl bin directory (Perl's parent folder) # and it will be prepended to the PATH. #perlpath /usr/bin # Options for Open Office (used in converting Office documents) # If using Open Office on Windows, then you can optionally customise the # following properties (defaults are as shown). E.g. if Open Office is not # located in C:\Program Files\OpenOffice.org 3\program, then you'll want # to provide its new path by specifying soffice_home. #soffice_home "C:\Program Files\OpenOffice.org 3\program" #soffice_host 127.0.0.1 #soffice_port 8200 #jodconverter_port 8100 # Leave an empty line at the end