depends how long the procedure is taking... you cold have it create a thread
to run the procedure, and immediately return a placeholder HTML page that
reloads (from the browser) every 30 seconds to see if the procedure ha
finished yet or not... Just an idea -- I'm sure there's a better one out
there somewhere...

rr

> -----Original Message-----
> From: Sujoy Mukherjee [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 18, 2000 11:41 AM
> To: [EMAIL PROTECTED]
> Subject: Calling a long procedure through JSP
>
>
> Hi ,
>  I am trying to exceute a long Stored procedure through  JSP
> , but I get a
> timeout message .i have increased the timeout in Javawebserver to the
> Max-360 seconds.Is there any way to overcome this.
>
> TIA
> Sujoy
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to