|
Thanks Jim,
But I've already done this, and I am calling
the servlet without any parameters. Actually, I just wanna transfer some data
from the client to server. And it seems that applet is getting some problem in
opening the outputstream with the servlet (i.e. from applet to servlet
transfer), because I am successful in transfering the data from servlet to
applet.
any idea about this?
Regards,
Rashid.
If you are calling the URL like then this is a doGet method of calling the servlet ... not a doPost. Easiest solution is for your servlet code to have 1- a NullPointerException on the "ServletFactory" 2- a Connection refused error on the "Weblogic" It seems that applet-call is not even entering the doPost() method of the Servlet. I'll highly appreciate if somebody could help me with that. Thanks in advance, Rashid. --
Subvert the dominant paradigm http://www.cyber4.org/members/grumpy/index.html
___________________________________________________________________________ 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
|
- Please Help: Applet-Servlet communication Rashid Mohiuddin
- Re: Please Help: Applet-Servlet communication Jim Richards
- Re: Please Help: Applet-Servlet communication Rashid Mohiuddin
- Re: Please Help: Applet-Servlet communication Maxim Nikitin
- Re: Please Help: Applet-Servlet communication James Wilson
