Hi!

The problem was solved.

Linux version of catalina/bin/setclasspath.sh in 5.5.15,17,20 hides
the following classpath setting under condition. With tools.jar in
classpath it works.

if [ "$1" = "debug" -o "$1" = "javac" ] ; then
 CLASSPATH="$JAVA_HOME"/lib/tools.jar
fi

Btw, setclasspath.bat does not contain such condition as well as
bat/sh  of 5.0.28

Sounds odd, but it helped.


Best regards,
Vasiliy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to