Changeset 10822 for trunk/gsdl3


Ignore:
Timestamp:
2005-11-02T13:28:20+13:00 (18 years ago)
Author:
kjdon
Message:

updated for tomcat 5.5.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/tomcat-extra/setclasspath.sh

    r10811 r10822  
     1#!/bin/sh
    12# -----------------------------------------------------------------------------
    23#  Set CLASSPATH and Java options
     
    45#  $Id$
    56# -----------------------------------------------------------------------------
     7
     8# First clear out the user classpath
     9# gs3 - we need to set classpath
     10CLASSPATH=$CLASSPATH
    611
    712# Make sure prerequisite environment variables are set
     
    4752    # 1. owned by the user
    4853    # 2. owned by the PRIMARY group of the user
    49     # this will not work if the user belongs in secondary groups 
     54    # this will not work if the user belongs in secondary groups
    5055    eval
    5156  else
     
    6065
    6166# Set standard CLASSPATH
    62 #if [ "$1" = "debug" -o "$1" = "javac" ] ; then
    63 CLASSPATH="$JAVA_HOME"/lib/tools.jar:"$CLASSPATH"
    64 #fi
     67if [ "$1" = "debug" -o "$1" = "javac" ] ; then
     68  CLASSPATH="$JAVA_HOME"/lib/tools.jar:$CLASSPATH
     69fi
    6570
    6671# OSX hack to CLASSPATH
     
    7681
    7782# Set standard commands for invoking Java.
    78 _RUNJAVA="$JRE_HOME"/bin/java
     83  _RUNJAVA="$JRE_HOME"/bin/java
    7984if [ "$os400" != "true" ]; then
    8085  _RUNJDB="$JAVA_HOME"/bin/jdb
Note: See TracChangeset for help on using the changeset viewer.