0 Replies Latest reply on Apr 12, 2004 2:57 PM by manibhat

    Response Timeout

      I am running Jboss 3.0.4 with Jetty.

      A form is submitted. Before it is actually submitted to the Servlet another window is opened say "confirmation window", this window has a running bar to let the user know that the request is been processed. We use the MVC pattern to process the request, the modal is EJB as well as regular java classes, once the request is processed successful, the confirmation window gives a message "Action successful".

      The problem comes when the processing takes more than 90 minutes.
      The confirmation page goes blank, and it gives the classic error saying "the page cannot be displayed". The process is still running behind the screen and it does complete successfully even if there is no more link to the confirmation window. No errors on the log file either.

      Looks to me that it has to do something with the response time.
      Any clues to what it might be and the solution to it.

      Thanks in advance.