You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by "Thompson, Marshall" <Ma...@PremierInc.com> on 2005/04/04 19:00:46 UTC

Timeout?

I am using a servlet running under sun java system web server 6.1 and poi to
stream an excel to browser.  When my servlet takes longer than 60 seconds -
the browser never receives the excel, even though the servlet completes
successfully.  Is there a timeout I need to manipulate somewhere?

Marshall Thompson
***Note:The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this message is
not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the Sender immediately by replying to the message and deleting
it from your computer.  Thank you.  Premier Inc.

Re: Timeout?

Posted by R S <tc...@gmail.com>.
Is your servlet populatiung the excel with data from a database or is
it non-dynamic data?

Instead of streaming the output to the browser, stream it to the file
system. If the file is created on the file system, then it could be a
fair indication that the problem lies elsewhere.

Thanks,
RAS

On Apr 4, 2005 12:00 PM, Thompson, Marshall
<Ma...@premierinc.com> wrote:
> I am using a servlet running under sun java system web server 6.1 and poi to
> stream an excel to browser.  When my servlet takes longer than 60 seconds -
> the browser never receives the excel, even though the servlet completes
> successfully.  Is there a timeout I need to manipulate somewhere?
> 
> Marshall Thompson
> ***Note:The information contained in this message may be privileged and
> confidential and protected from disclosure. If the reader of this message is
> not the intended recipient, or an employee or agent responsible for
> delivering this message to the intended recipient, you are hereby notified
> that any dissemination, distribution or copying of this communication is
> strictly prohibited.  If you have received this communication in error,
> please notify the Sender immediately by replying to the message and deleting
> it from your computer.  Thank you.  Premier Inc.
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/