hi
If u are using tomcat4 then try to do this or
similar to this(as u are on unix box) change if you
didnt. It worked for me.
Open catalina.bat around line #75 u will see something
like
set CLASSPATH=%CP%
change it to
set CLASSPATH=%CP%;%CLASSPATH%
Sastry
--- Steven Howe <[EMAIL PROTECTED]>
Title: deployment descriptor
Steven
If you are sure u have mail.jar in
classpath, then make sure that your mail.jar contains
javax/mail/MessageException.class file.
Also add in tomcat (or catalina)
batch file make sure you add your classpath to the Tomcat (or catalina) startup
b