Re: Tomcat migration from T5 to T5.5 mail

2008-10-08 Thread Mark Thomas
AlexM3 wrote: > 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? I am afraid not. I

Re: Tomcat migration from T5 to T5.5 mail

2008-10-08 Thread AlexM3
message in context: http://www.nabble.com/Tomcat-migration-from-T5-to-T5.5-mail-tp19739822p19878710.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread David Fisher
4. The code is written and tested. Any idea? -- View this message in context: http://www.nabble.com/Tomcat-migration-from-T5-to-T5.5-mail-tp19739822p19740598.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread albrecht andrzejewski
Quoting AlexM3 <[EMAIL PROTECTED]>: 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? Check for smtp.jar too (i don't know if you use

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread Johnny Kewl
- Original Message - From: "AlexM3" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 30, 2008 12:53 PM Subject: Tomcat migration from T5 to T5.5 mail Hello, I'm migrating a Tomcat Cluster, when I thought everything was working fine, session cluster, bal

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread AlexM3
apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:774) > ... > > > -- View this message in context: http://www.nabble.com/Tomcat-migration-from-T5-to-T5.5-mail-tp19739822p19744101.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread AlexM3
ation/DataSource org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:841) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:774) ... -- View this message in context: http://www.nabble.com/Tomcat-migration-from-T5-to-T5.5-mail-tp19739822p1974318

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread albrecht andrzejewski
Any idea? Your configuration all looks good. Which version of Tomcat are you running? Are you sure there isn't another copy of mail.jar hanging around? What happens if you remove the one you are using? Mark It sounds right, Mark. Although i have said that it wasn't "double mail.jar error", it

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread Mark Thomas
AlexM3 wrote: > 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. You'll need that file, it is only included in 1.6 JDKs >

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread AlexM3
Container 4. The code is written and tested. Any idea? -- View this message in context: http://www.nabble.com/Tomcat-migration-from-T5-to-T5.5-mail-tp19739822p19740598.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread Mark Thomas
AlexM3 wrote: > 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 c

Re: Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread albrecht andrzejewski
I've written this step by step recipe, tested with my tomcat 5.5. You could follow up these instructions and mail sending should work. http://haveacafe.wordpress.com/2008/09/26/113/ Otherwise, can you post your context.xml ? Btw, according SUN's informations, activation.jar is part of the jdk

Tomcat migration from T5 to T5.5 mail

2008-09-30 Thread AlexM3
older 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-