greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16394

Show
Ignore:
Timestamp:
2008-07-14 15:02:15 (2 months ago)
Author:
ak19
Message:

javahome is optional for GS3, since the path would contain this already. It is here for backwards compatibility with GS2 where javahome needs to be set when working with fedora

Files:

Legend:

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

    r16387 r16394  
    1111#gwcgi       /cgi-bin/library 
    1212 
    13 # Should be set to the same full path as your JAVA_HOME environment variable 
    14 javahome    /usr/bin/j2sdk1.4.2_13 
     13# if JAVA_HOME is not defined, set this to the full path  
     14# to your JDK 
     15#javahome    /usr/bin/j2sdk1.4.2_13 
    1516 
    16 # This should be the full path to Perl's parent folder 
     17# if Perl is not on your PATH, provide the full path to Perl's  
     18# parent folder here. Need to update gsdlCGI.pm for this. 
    1719#perlpath /usr/bin 
    1820