> export
> CLASSPATH=$TOMCAT_HOME/lib/servlet.jar:$TOMCAT_HOME/lib/jasper.jar
> ---------------------------end of profile---------------------------
> Is there any error on the setting ?

There should be nothing tomcat-internal-related in your CLASSPATH.  Tomcat
sets the CLASSPATH for you, by automatically adding all of the jars from
your $TOMCAT_HOME/lib directory to your CLASSPATH.

- r

Reply via email to