|
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
|