I hope it isn't too late to fix the problem Yaov pointed out for the 4.1.26 release. Here is the patch.
Jason


-----

--- tomcat/bin/setclasspath.sh  2003-07-15 04:56:10.000000000 -0400
+++ tomcat/bin/setclasspath.sh  2003-07-25 16:27:46.870053000 -0400
@@ -53,7 +53,7 @@

# Set standard commands for invoking Java.
_RUNJAVA="$JAVA_HOME"/bin/java
-if ! $os400; then
+if [ ! "$os400" ]; then
  _RUNJDB="$JAVA_HOME"/bin/jdb
fi
_RUNJAVAC="$JAVA_HOME"/bin/javac

-----

Howdy,
Having been running it for a full week in our complete test environment,
including JMeter scripts, I'm going to move my vote from Beta to Stable.

There's still the one little thing as I posted a few days ago, in the
catalina.sh scripts saying "!: not found" at the beginning.  Startup and
shutdown work OK though, as I described, and I haven't seen anyone else
complain about this, so...

Yoav Shapira
Millennium ChemInformatics


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



Reply via email to