Thanks for the pointer Sedat. I have a feeling this is going to be a FAQ.
Full story and patch jar available here:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40668
----- Original Message -----
From: "Michael Stevens" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, April 18, 2007 4:37 AM
Subject: Re: problems setting up mail session
On Tue, Apr 17, 2007 at 09:57:59AM -0700, sedat ciftci wrote:
Hello,
The reason of the problem can be
org.apache.naming.factory.MailSessionFactory is absent
in the tomcat/common/lib/naming-factory.jar (in tomcat
5.5.23). ClassNotFound exception has to be thrown in
log file.
You can solve that problem by replacing
naming-factory.jar with the one that contains
org.apache.naming.factory.MailSessionFactory (for
example you can find it in tomcat 5.5.17).
I hope this will solve your problem.
Thanks, I think that worked.
Michael