Ignore:
Timestamp:
2009-09-21T14:29:59+12:00 (15 years ago)
Author:
ak19
Message:

Updated in sync with the changes Katherine just made to gs2-server.sh and findjava.sh (JAVA_HOME\bin added to the PATH) before launching the webserver so that apache can pass it on to the lucene indexers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/findjava.sh

    r20636 r20655  
    1515    # There is a JAVA_HOME already set, we're going to try using that
    1616    javapath="$JAVA_HOME/bin/java"
    17 
     17    javahome="$JAVA_HOME"
    1818    # Print a warning that we're going to use whatever JAVA_HOME is set (fingers crossed)
    1919    if [ "x$gslang" = "x" -o "$gslang" = "en" ]; then
     
    7575   
    7676    javapath="`"$SEARCH4J_EXECUTABLE" -e -p "$HINT" -m $MINIMUM_JAVA_VERSION`"
     77    javahome="`"$SEARCH4J_EXECUTABLE" -p "$HINT" -m $MINIMUM_JAVA_VERSION`"
    7778
    7879    if [ "$?" != "0" ]; then
Note: See TracChangeset for help on using the changeset viewer.