patrickl    02/03/30 15:53:24

  Modified:    catalina/src/bin Tag: tomcat_40_branch setclasspath.bat
                        setclasspath.sh
  Log:
  Remove line that reset JAVA_OPTS so that user's JAVA_OPTS can be used
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -4      jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat
  
  Index: setclasspath.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- setclasspath.bat  30 Jan 2002 23:08:28 -0000      1.1.2.3
  +++ setclasspath.bat  30 Mar 2002 23:53:24 -0000      1.1.2.4
  @@ -1,7 +1,7 @@
   rem ---------------------------------------------------------------------------
   rem Set CLASSPATH and Java options
   rem
  -rem $Id: setclasspath.bat,v 1.1.2.3 2002/01/30 23:08:28 patrickl Exp $
  +rem $Id: setclasspath.bat,v 1.1.2.4 2002/03/30 23:53:24 patrickl Exp $
   rem ---------------------------------------------------------------------------
   
   rem Make sure prerequisite environment variables are set
  @@ -26,9 +26,6 @@
   echo This environment variable is needed to run this program
   goto end
   :okBasedir
  -
  -rem Set the default Java options for all scripts
  -set JAVA_OPTS=
   
   rem Set the default -Djava.endorsed.dirs argument
   set JAVA_ENDORSED_DIRS=%BASEDIR%\bin;%BASEDIR%\common\lib
  
  
  
  1.1.2.4   +1 -4      jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- setclasspath.sh   30 Jan 2002 23:08:28 -0000      1.1.2.3
  +++ setclasspath.sh   30 Mar 2002 23:53:24 -0000      1.1.2.4
  @@ -1,7 +1,7 @@
   # -----------------------------------------------------------------------------
   #  Set CLASSPATH and Java options
   #
  -#  $Id: setclasspath.sh,v 1.1.2.3 2002/01/30 23:08:28 patrickl Exp $
  +#  $Id: setclasspath.sh,v 1.1.2.4 2002/03/30 23:53:24 patrickl Exp $
   # -----------------------------------------------------------------------------
   
   # Make sure prerequisite environment variables are set
  @@ -25,9 +25,6 @@
     echo "This environment variable is needed to run this program"
     exit 1
   fi
  -
  -# Set the default Java options for all scripts
  -JAVA_OPTS=
   
   # Set the default -Djava.endorsed.dirs argument
   JAVA_ENDORSED_DIRS="$BASEDIR"/bin:"$BASEDIR"/common/lib
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to