Hi all,
I have successfully integrated Tomcat4 with IIS5 using AJP13 connector...
I have a few questions regarding this :
1.    When I connect to the servlet from an applet it does so successfully, but AJP13 gives the following error
        [AJP13] bad read : -103 I could not find anything regarding this on the net.
 
2.     This is the most important : I am not returning the doGet() method until a certain condition is met.
        I have given a Thread.sleep() in doGet(). Does it create any problems of "request timeout" ? Is "the bad read"    
        problem due to request timeout?
        My client-side applet does not give any exception of "read time-out" during all this process. but I can't get rid of the
        "bad read". How do I go about it?
Please help!!!!!
 
Thanks & Regards,
Kaustubh.
 

Reply via email to