Hello,
    I am getting an exception in the servlet - EOF Exception (something like...there is no header) when I do
    ObjectInptStream i = new ObjectInputStream(request.getInputStream());
 
    But I am doing a writeObject(String) in the applet. I am also doing setDoInput and setDoOutput to true as well as setting the content-type to a java serializable object.
 
    What am I mising here? Any help would be appreciated.
Thanks.

Reply via email to