----------------------------------------------------------------
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 !
My setup :
1. Caldera OpenLinux 2.3, kernel 2.2.10
2. IBM JDK 1.1.8
3. Apache JServ 1.0 final
4. Javamail 1.1.2
I wrote a servlet using the Javamail classes and compiled it. But
whenever I want to trigger it, the error I get is that the file does not
exist ! Inside the same directory, there are several other servlets that
the system can find with no problems.
I changed the code inside my servlet (called SendMail.java) so that all
it does is echo the Sender's email address, the Recipients' email
addresses, etc. and it works ! JServ can find the code (no change to
filename) and execute it fine !
So for some reason, it looks like JServ doesn't recognize servlet code
that is compiled with Javamail. I would have expected one of the
Exceptions to be thrown or some other kind of error. So why does it give
me a "Not Found" message ? Is there something I need to add to the
classpath ?
Thanks In Advance,
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]