Thread: URL query
View Single Post
Old 04-14-2005, 01:22 PM   #15 (permalink)
j.gohel
Code Monkey
 
Join Date: Apr 2005
Posts: 68
j.gohel is on a distinguished road
Now sir i got the connection to the servlet correctly.But when i'm sending some information to the MainServlet.java using ObjectOutputStream & receiving it in the servlet using ObjectInputSream I am getting the error:

"Cannot write output after reading input".

As in my Client.java i've previously used ObjectInputStream to read response from LoginServlet.java,so is it due to that or some other reason.

So how to approach.
Waiting for your reply,
Jignesh
j.gohel is offline   Reply With Quote