Jon Maber wrote:
> Ta, Atif.
>
> I dug in the startup scripts in Tomcat and found a way to get them to
> set the classpath properly. Look for the following section in
> catalina.sh and add the keyword "javac".
>
>
> if [ -r "$CATALINA_HOME"/bin/setclasspath.sh ]; then
> BASEDIR="$CATALINA_HOME"
> . "$CATALINA_HOME"/bin/setclasspath.sh javac
> else
> echo "Cannot find $CATALINA_HOME/bin/setclasspath.sh"
> echo "This file is needed to run this program"
> exit 1
> fi
>
I think my workaround is more obvious ;-).
Alexis
|