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]>