hi!

At 22:33 14.03.2002 +0530, you wrote:
>Hi,
>i am developing a system that will run on the company intranet. as a feature
>of my software i want ppl to be able to send a mail. the company has a mail
>server.
>mailto is not a good option because it opens up a new message window. i
>tried using the java mail class and included the mail.jar in jdk1.3.1/lib
>and also included it in the class path. the servlet i wrote compiled but did
>not run (as in it showed  the page not found error).

if your getting a page not found error this doesn't mean that you made
anything wrong with the Mail API, rather it means that your server wasn't
able to locate the resource you requested.
you should read the docs of your server/servlet container to find out what
might be wrong (and/or check your web.xml file if the values you entered
are correct).

-mw

>please guide me asto how to go about implementing it.
>please send me some code if somebody has worked on it.
>i am a litle new to this servlet bussiness so kindly explain in simple
>terms.
>
>expecting good n swift help.
>Vikas

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to