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 To
Hello,
Firt of all thanks for your fast answer.
- My Java versión is jdk1.5.0_06, it's the same that is using the old Tomcat
5 and it works. Anyway I've tried to remove aplication.jar and an error asks
for him.
- I've tested my linux system "mail" function and it works, the aplication
deployed
Hello,
Here is the result of a find in the tomcat5.5 directory
#> find /usr/local/tomcat5.5_svh/ -name "*mail*"
/usr/local/tomcat5.5_svh/common/lib/mail.jar
#>
Is there any path that Tomcat could be loading?
If I move mail.jar out of $CATALINA_HOME it says the same:
javax.mail.NoSuchProviderExc
Sorry the second error was obviosly without activation.jar, no mail.jar
again.
AlexM3 wrote:
>
> Hello,
>
> Here is the result of a find in the tomcat5.5 directory
> #> find /usr/local/tomcat5.5_svh/ -name "*mail*"
> /usr/local/tomcat5.5_svh/common/lib/mail.jar
&
Resolved!!!
There was a mailapi.jar in the application. Tomcat 5 priorzed his library in
front of that one, however, the new Tomcat 5.5 prioriced that aplication
library before his lib and it crashed.
Is there any place where you can configure that?
Thanks a lot for your help!
--
View this mes