Looks like you are having this problem from a JSP?

Try doing it in a Servlet and see if you get the same problem.

Haven't seen your code and I'm really not sure about this, but it may not be
a problem with Tomcat finding the jar file.  You may need to include <%@
page import="javax.mail.internet.AddressException"%> in your JSP file??

Just making wild guesses at this point.

You could also try adding it into the classpath for the Java invocation of
Tomcat in the catalina.sh script and see if that works.


----- Original Message -----
From: "Joseph Shraibman" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 5:33 PM
Subject: Re: why can't tomcat 4.1.17 can't find javamail?


> Dodd Gatsos wrote:
> > Still using Tomcat 4.0.3, so don't know if this is valid.....
> >
> > I use Tomcat/lib
>
> I tried that and that didn't work either.
> >
> > Have to restart Tomcat after you place it in there though.
> >
> > mail.jar
> >
> > right?
> >
> Right
>
> > Don't know if you already had it working in 4.0.3 or something.
> I didn't.
>
> BTW I upgraded to 4.1.18 since my original message, but it still doesn't
work.
>
>
> --
> 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