Cannot start Tomcat 4.1

2005-06-10 Thread Andrés Reyes
) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3523) ... Maybe this error was caused by my newbie condition using Tomcat Thanks. -- /*** * Andrés Reyes ( [EMAIL

Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
../value /parameter /ResourceParams /Context - Thanks in advance. -- /*** * Andrés Reyes ( [EMAIL PROTECTED] ) * TCOR Desarrollos y Sistemas, S.L. * Teléfono: 957 76 42 48 * Fax : 957 76 42 49

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
. -- /*** * Andrés Reyes ( [EMAIL PROTECTED] ) * TCOR Desarrollos y Sistemas, S.L. * Teléfono: 957 76 42 48 * Fax : 957 76 42 49 ***/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
The doPost exception is in the line 63 of the servlet, which is: --- MimeMessage message = new MimeMessage(s); --- -- /*** * Andrés Reyes ( [EMAIL PROTECTED] ) * TCOR Desarrollos y Sistemas, S.L. * Teléfono: 957 76 42 48 * Fax : 957 76 42 49

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
is in common/lib, then the jaf.jar must *also* be in common/lib. --On Friday, October 07, 2005 11:15 AM +0200 Mikolaj Rydzewski [EMAIL PROTECTED] wrote: Andrés Reyes wrote: Yes, activation.jar and mail.jar are placed both in /WEB-INF/lib. Try to put them in tomcat's common/lib. It works

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
] -- /*** * Andrés Reyes ( [EMAIL PROTECTED] ) * TCOR Desarrollos y Sistemas, S.L. * Teléfono: 957 76 42 48 * Fax : 957 76 42 49 ***/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
It doesn't work. David Tonhofer, m-plify S.A. wrote: Looks like the usual Tomcat classloader hierarchy SNAFU. Try with ONLY in tomcat/common/lib. --On Friday, October 07, 2005 12:04 PM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: activation.jar and mail.jar are placed both in /common/lib

Re: Sending mail with JavaMail (UNCLASSIFIED)

2005-10-10 Thread Andrés Reyes
List Subject: Re: Sending mail with JavaMail Looks like the usual Tomcat classloader hierarchy SNAFU. Try with ONLY in tomcat/common/lib. --On Friday, October 07, 2005 12:04 PM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: activation.jar and mail.jar are placed both in /common/lib, and in /WEB

Re: Sending mail with JavaMail (solved)

2005-10-10 Thread Andrés Reyes
David Tonhofer, m-plify S.A. wrote: --On Friday, October 07, 2005 1:08 PM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: It doesn't work. No way??? Back to basics: find all the places where mail.jar is in this hierarchy of classloaders. Make sure there is only one. Make sure that jaf.jar