I placed jar files under lib and restarted the server:

Still the same problem when i run the feedback form
java.lang.NoClassDefFoundError: javax/mail/MessagingException
           at java.lang.Class.newInstance0(Native Method)
           at java.lang.Class.newInstance(Class.java:237)

________________________________________________________________________________________

>From Jun Inamori <[EMAIL PROTECTED]> on 1 May 2002 12:05:51 PM
To : Tomcat Developers List <[EMAIL PROTECTED]>
Copy To : [EMAIL PROTECTED]
Subject : Re: email problem on tomcat


Hi,

> Internal Servlet Error:
>
> java.lang.NoClassDefFoundError: javax/mail/MessagingException

Even if you place:
  mail.jar
  activation.jar
under (docBase)/WEB-INF/lib or (TOMCAT_HOME)/lib/apps, these files must
have the read permission.
Most JAR files distributed from Sun have 644, which means that we need not
take care about their read permission in usual case.
But, as for JavaMail 1.3 Early Access, this is not true.
So, it may be worth checking it.
In fact, I spent more than an hour for this problem :-(

--

Happy Java programming!

Jun Inamori
OOP-Reserch
E-mail: [EMAIL PROTECTED]
URL:    http://www.oop-reserch.com/

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to