Hello,

I'm migrating a Tomcat Cluster, when I thought everything was working fine,
session cluster, balancing,etc, I noticed that the mails were not send by
the java aplication. 

I installed the library mail.jar and activation.jar and configured the
web.xml and the context.xml as the Official Tomcat notes say. The aplication
has not changed and can't change, and it works perfect in the old installed
Tomcat 5. The error that I get when the application tries to send the mail
is:

javax.mail.NoSuchProviderException: smtp
        at javax.mail.Session.getService(Session.java:760)
        at javax.mail.Session.getTransport(Session.java:685)
        at javax.mail.Session.getTransport(Session.java:628)
        ... # More errors lije that


I have read in some forums that the problem could be that Tomcat is loading
that libraries 2 times. I have checked everything and the only folder they
are is $CATALINA_HOME/common/lib and they're not in any other place like
$CATALINA_HOME/shared/lib or $CATALINA_HOME/webapps/myapplication/*

Anyone has any idea why I have this error?

Thank you very much
-- 
View this message in context: 
http://www.nabble.com/Tomcat-migration-from-T5-to-T5.5-mail-tp19739822p19739822.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to