| 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 |
|---|
| 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. |
|---|