Hello.

 My problem has been that I am unable to get the doPost method to work. The error that 
I get is "Connection reset by peer" . I am using the servlet runner utility with jsdk 
2.1 and the operating system is WindowsNT. The browser that I am using is Netscape 4.6

I tried the work arounds like writing the whole output to a StringBuffer and then 
writing the StringBuffer to the PrintWriter. I have used setContentLength() to the 
exact length of the output and also tried with  exact length plus two as someone 
suggested.

I would be grateful if someone would confirm whether this is a problem with servlet 
runner. I am using Jason Hunter's book to teach myself servlets and any suggestion 
about how to run the doPost() examples, using my existing configuration and without 
changing it to a doGet() will be greatly appreciated.

Regards
Mathew

___________________________________________________________________________
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