----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi !
How can I get servlets that use JavaMail classes to run on Apache JServ
?
I wrote a servlet that sends email that uses the JavaMail classes.
Problem is, it doesn't seem to work on Apache JServ. The error I get is
a "Not Found" error. Here is what else I found :
1. The class file for my servlet is in the correct directory. If I
change the code so that it outputs the form contents, it works. If I
import the JavaMail classes, I get a "Not Found" error. That means, for
some reason, Apache JServ doesn't recognize class files with JavaMail
classes inside. Am I correct ?
2. I wrote an application that sends mail from the command line. It
works. So it seems that the problem affects only servlets.
3. Please help ! I really need to use JavaMail with Apache JServ. If
anybody has any experience in this, I would like to hear from him/her !
My setup :
===========
1. Caldera OpenLinux 2.3
2. IBM JDK 1.1.8
3. JSDK2.0
4. Apache 1.3.9
5. JavaMail 1.1.2
Thanks and Regards,
pascal chong
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]