Re: AW: SendMailServlet.class

2002-02-06 Thread Nancy Crisostomo Martinez
ou as we didn't > > have any problems with JavaMail. > > > > > -Ursprüngliche Nachricht- > > > Von: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] > > > Gesendet: Mittwoch, 6. Februar 2002 17:02 > > > An: Tomcat Users List > > &g

Re: SendMailServlet.class

2002-02-06 Thread RSEQUEIRA
Shouldn't it be CLASSPATH instead of CLASS_PATH chad kellerman <[EMAIL PROTECTED]> on 02/06/2002 09:09:15 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: Re: SendMailServle

Re: AW: SendMailServlet.class

2002-02-06 Thread chad kellerman
tinez [mailto:[EMAIL PROTECTED]] > > Gesendet: Mittwoch, 6. Februar 2002 17:02 > > An: Tomcat Users List > > Betreff: Re: SendMailServlet.class > > > Although I have added the activation, mail and pop3 JAR files > > to the CLASSPATH, TOMCAT_HOME/lib, $TOMCAT_HOME/com

Re: SendMailServlet.class

2002-02-06 Thread chad kellerman
week about SSL. > > > > Thanks for all the help. > > > > Chad > > > > On Wed, 6 Feb 2002 16:17:58 +0100 > > "Michel" <[EMAIL PROTECTED]> wrote: > > > > > I believe you also need the activation.jar from Sun? Did y

AW: SendMailServlet.class

2002-02-06 Thread Ralph Einfeldt
Februar 2002 17:02 > An: Tomcat Users List > Betreff: Re: SendMailServlet.class > Although I have added the activation, mail and pop3 JAR files > to the CLASSPATH, TOMCAT_HOME/lib, $TOMCAT_HOME/common/lib, > $TOMCAT_HOME/webapps/app/WEB-INF/lib I > could run my application, but

RE: SendMailServlet.class

2002-02-06 Thread John Wadkin
it is what a man does with what happens to him. Aldous Huxley, Texts and Pretexts , (1932) p. 5 -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] Sent: 06 February 2002 16:02 To: Tomcat Users List Subject: Re: SendMailServlet.class Chad, Although I have

Re: SendMailServlet.class

2002-02-06 Thread Markus Colombo
(new InternetAddress((String) fields.get("from"))); ... Regards Markus -Original Message- From: "Nancy Crisostomo Martinez" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Date: Wed, 06 Feb 2002 10:01:36 -0600 Subject: Re: SendMailServlet.class

RE: SendMailServlet.class

2002-02-06 Thread Loïc Lefèvre
Could you send the e-mail address for recipient(s) and sender that you are using? -Message d'origine- De : Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 6 février 2002 17:02 À : Tomcat Users List Objet : Re: SendMailServlet.class Chad, Although I have adde

Re: SendMailServlet.class

2002-02-06 Thread Nancy Crisostomo Martinez
Wed, 6 Feb 2002 16:17:58 +0100 > "Michel" <[EMAIL PROTECTED]> wrote: > > > I believe you also need the activation.jar from Sun? Did you get that? > > > > gr. Michel > > > > > -Original Message- > > > From: chad kellerman [mailto:[E

AW: SendMailServlet.class

2002-02-06 Thread Ralph Einfeldt
2 > An: Tomcat Users List > Betreff: Re: SendMailServlet.class > SendMailServlet.java:7: cannot resolve symbol > symbol : class Message > location: package mail > import javax.mail.Message; -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <ma

Re: SendMailServlet.class

2002-02-06 Thread chad kellerman
e you also need the activation.jar from Sun? Did you get that? > > gr. Michel > > > -Original Message- > > From: chad kellerman [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 06, 2002 16:09 > > To: Tomcat Users List > > Subject: Re: SendMailServlet

RE: SendMailServlet.class

2002-02-06 Thread Mark Meany
every app that was mail enabled. M. -Original Message- From: chad kellerman [mailto:[EMAIL PROTECTED]] Sent: 6 February 2002 15:09 To: Tomcat Users List Subject: Re: SendMailServlet.class Sorry to have to write again but I am lost. I set the CLASS_PATH. That did not work, I downloaded

RE: SendMailServlet.class

2002-02-06 Thread Michel
I believe you also need the activation.jar from Sun? Did you get that? gr. Michel > -Original Message- > From: chad kellerman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 16:09 > To: Tomcat Users List > Subject: Re: SendMailServlet.class > > >

Re: SendMailServlet.class

2002-02-06 Thread chad kellerman
Sorry to have to write again but I am lost. I set the CLASS_PATH. That did not work, I downloaded the javamail, and moved allthe jar file to /usr/local/jakarta-tomcat-4.0/dist/common/lib/ which should have done it. But not. Still same error. I open up SendMailServlet.java and looked: imp

RE: SendMailServlet.class

2002-02-06 Thread Mark Meany
>> SendMailServlet.java:1: error:Cannot find type "javax/mail/Message" Try downloading the Sun JavaMail API and putting the jars somewhere visible to your application. All should be Ok after this. http://java.sun.com/products/javamail/index.html M. **

AW: SendMailServlet.class

2002-02-06 Thread Ralph Einfeldt
To compile the servlet you have to have the mail jars in the classpath. (mail.jar and activation.jar) > -Ursprüngliche Nachricht- > Von: chad kellerman [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 6. Februar 2002 14:38 > An: [EMAIL PROTECTED] > Betreff: SendMailServlet

SendMailServlet.class

2002-02-06 Thread chad kellerman
Hello again, I finally got Tomcat and Apache running smoothly. ( well almost). I was going thru the examples, everyone worked except one. The mail. Looking into the problem I noticed that the SendMailServlet.class file was not created in /usr/local/jakarta-tomcat-4.0/dist/webapps