Hmm... I din't know how to increase the interval, but I know another
workaround for it. First, calculate the approximate time you need for this
work. Then, send user some document with this refresh time and some URL
where to refresh. Start generating the report. After you've done with it,
put it into a Hashtable from which the refresh request will read. That's
it.
-- Misha
On Sun, 16 May 1999, [ISO-8859-1] Engedal Bjarte Kr�ger wrote:
> Hi,
>
> I have a servlet that genereates a html-report based on data in a database,
> and parameters specified by the user. The report is generated by the servlet
> calling another class that returns a String containing the whole report,
> this string is then written to the user with out.println(). At times the
> user may request a _large_ report that may take a while to genereat (> 1,5
> min).
>
> My problem is that the browser (or is is the servlet/webserver) goes in
> timeout after about 70 secs. The execution of the method generating the
> report is then stopped, and the user is presented with a blank white page.
>
> Does anyone have an idea of how I can increase the timeout interval for the
> clients browser (or webserver, JWS1.1.3), so that the report generating
> method may finish?
>
> Regards,
> Bjarte Kr�ger Engedal
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html