IE6 Servlet Timeout

From: Justin Starbuck (justin.starbuck_at_bms.com)
Date: 10/27/03

  • Next message: Jean Honorio C.: "Academic Research for USA I.T. Professionals (No e-mail required)"
    Date: 27 Oct 2003 01:19:49 -0800
    
    

    I have a servlet based application which occasionally performs some
    lengthy processing (up to 5 mins) before returning a response. This is
    fine when accessed using Netscape 4.8, but when using IE6, a timeout
    occurs after approx 2 minutes, claiming that the requested page cannot
    be found.
    The application is running on Borland AppServer, incorporating
    Tomcat3.2.

    I have not been able to find a good reason for this behaviour.
    Is there a way of setting a timeout within the servlet?
    Anybody got any ideas?


  • Next message: Jean Honorio C.: "Academic Research for USA I.T. Professionals (No e-mail required)"

    Relevant Pages

    • Re: Request for suggestions re: architecture of IntraNet/Socket app[s]
      ... Your Ajax routine could be used to call an ISAPI dll from the browser, ... Here is the Simple Java Servlet ... @param request servlet request ... @param response servlet response ...
      (borland.public.delphi.non-technical)
    • Re: Ueberschreiben einer "verwendeten" Methode
      ... public abstract class TimeOutServlet extends HttpServlet { ... Server nacheinander abgefragt werden sollten. ... würde im Servlet nur den Queue anstossen, sofort eine Response zurückgeben und den Status/das Ergebnis per Polling im Browser anzeigen. ... Es könnte ja durchaus sein dass ein Browser ein Timeout auf <30 Sekunden gesetzt hat und die Abfrage von hunderten von Servern kann ja je nach Latenz der Server vermutlich auch länger dauern. ...
      (de.comp.lang.java)
    • Re: post to form from servlet
      ... You send an appropriate HTTP message from the one servlet to the other, ... and receive the response. ... Depending on the original request and the servlets' requirements, ... performing a post or outputting HTML -- it is the servlet that could do ...
      (comp.lang.java.programmer)
    • Re: Datei =?iso-8859-1?Q?=FCber?= Objectstream senden, Filereader
      ... >> Du kannst doch den Text komplett als response schicken ... >> Ich mal nehme an Applet fragt ... >> Da kommt dann genau das raus was das servlet reinschreibt. ... > den Graph als Object erzeugen. ...
      (de.comp.lang.java)
    • Re: Datei =?UTF-8?B?w7xiZXI=?= Objectstream senden, Filereader
      ... > Ich mal nehme an Applet fragt ... Ich benutze das Oreily Package aus dem Servlet Book ... den Graph als Object erzeugen. ... wie genau ich jetzt diesen Response ...
      (de.comp.lang.java)