Posted By:
Anonymous
Posted On:
Tuesday, August 28, 2001 10:53 PM
Hello sir, i had included mail.jar, activation.jar,pop3.jar into my classpath. at compile time it is giving three errors. But class file came. i am having iplanet webserver. when i load javamail.html and giving smtp server, user, password and loging it is giving error 'Method not allowed'. the three warnings given by compiler are given below. i am having smtp server,proxy server through firewall and our iplanet webserver is a windows nt server inside firewall. so please help to implement javamailservlet. JavaMailServlet.java:97: Note: The method void putValue(java.lang.String, java.l ang.Object) in interface javax.servlet.http.HttpSession has been deprecated.
More>>
Hello sir,
i had included mail.jar, activation.jar,pop3.jar into my classpath. at compile time it is giving three errors.
But class file came. i am having iplanet webserver. when i load javamail.html and giving smtp server, user,
password and loging it is giving error 'Method not allowed'. the three warnings given by compiler are given below.
i am having smtp server,proxy server through firewall and our iplanet webserver is a windows nt server inside
firewall. so please help to implement javamailservlet.
JavaMailServlet.java:97: Note: The method void putValue(java.lang.String, java.l
ang.Object) in interface javax.servlet.http.HttpSession has been deprecated.
ssn.putValue("javamailservlet", mud);
^
JavaMailServlet.java:617: Note: The method java.lang.Object getValue(java.lang.S
tring) in interface javax.servlet.http.HttpSession has been deprecated.
if ((mud = (MailUserData)ses.getValue("javamailservlet")) == null){
^
Note: JavaMailServlet.java uses a deprecated API. Please consult the documentat
ion for a better alternative.
3 warnings
yours
J.Koteswara Rao
<<Less