Hi All,

Is there any timeout for servlets. In our app. there is a functionality
which
allows the user to save the report is he is viewing in .xls format. The
report
contains couple of thousands of records. What we do is, store the .xls file
on the webserver and pass this URL back to the servlets and the servlet
redirects the control to that url and thus the user can either save or view
the
.xls file having all the records.

What's happening is, even before the complete data is written out to the
file,
stored on the webserver, the servlet which expects the URL in return times
out
and "Page cannot be displayed."  error message in IE and an alert box
"Document contains no data. Please try again later. or contact ....." in
Netscape.

If we can specify the timeout for servlets, how do I go about doing it?
I am using JRun 2.3.3

Any help is appreciated.

Thanks,

Prasad M
Work:-  (312) 974-6543

___________________________________________________________________________
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

Reply via email to