Howdy, >Many thanks for your reply. This did change the error message to: > >ENCOUNTERED EXCEPTION: java.lang.NoClassDefFoundError: >javax/mail/Session >java.lang.NoClassDefFoundError: javax/mail/Session
Ah, now we're getting somewhere. You have multiple copies of the JavaMail API of different versions in your tomcat installation. Ensure you only have one copy of the JavaMail API around. Also make sure mail.jar and activation.jar are in the same classloader repository (i.e. both in WEB-INF/lib, or both in common/lib, but not in separate places) to be safe. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]