RE: How to configure Tomcat response timeout?

2007-05-09 Thread Propes, Barry L
I belive you can do it in a connection pool setting. -Original Message- From: Ignacio Iborra [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 7:57 AM To: users@tomcat.apache.org Subject: How to configure Tomcat response timeout? Hi! We are trying to call a JSP file that inserts

Re: How to configure Tomcat response timeout?

2007-05-09 Thread Filip Hanik - Dev Lists
have you considered that the client might be aborting the connection because you are taking too long to respond? Filip Propes, Barry L wrote: I belive you can do it in a connection pool setting. -Original Message- From: Ignacio Iborra [mailto:[EMAIL PROTECTED] Sent: Wednesday, May

Re: How to configure Tomcat response timeout?

2007-05-09 Thread Rashmi Rubdi
On 5/9/07, Rashmi Rubdi [EMAIL PROTECTED] wrote: I agree, from my experience IE times out when the connection is taking too long to send a response back, I haven't experienced a timeout with FF. You may want to consider a paging algorithm, if your data set is too large, it is not good practice