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.

--- Michael Stevens <[EMAIL PROTECTED]> wrote:

> Hi.
> 
> I've just installed roller 3.0 from the apache site
> but I'm having
> trouble setting up an email session.
> 
> I'm using tomcat 5.5.23. I've downloaded and
> installed activation.jar
> and mail.jar in common/lib. I've got uncommented the
> mail resource in
> my context:
> 
>        <Resource name="mail/Session"
> auth="Container"
>                 type="javax.mail.Session"
>                 mail.smtp.host="myactualmailhost" />
> 
> and in the roller web.xml:
> 
>    <resource-ref>
>         <res-ref-name>mail/Session</res-ref-name>
>         <res-type>javax.mail.Session</res-type>
>         <res-auth>Container</res-auth>
>     </resource-ref>
> 
> but when I try to invite someone to be a member of a
> blog I get:
> 
> "ERROR: Notification email(s) not sent, Roller's
> mail session not
> properly configured"
> 
> I'm installing on centos 5, and java is 1.6.0_01.
> 
> I can't see anything in the logs that would indicate
> a mail related
> problem.
> 
> Help!
> 
> Michael
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to