RE: Possible to terminate a long request?

2003-09-23 Thread Mike Curwen
rding, you can use the same status page to report all statii, only when your status switches from "running" to any other status, have the JSP remove the meta refresh. > -Original Message- > From: Neil Aggarwal [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2

RE: Possible to terminate a long request?

2003-09-23 Thread Neil Aggarwal
d Darwin, published by > O'Reilly. I have used session time-outs a lot in WebLogic. > > -Original Message- > From: Neil Aggarwal [mailto:[EMAIL PROTECTED] > Sent: Tue 9/23/2003 10:20 AM > To: 'Tomcat-User' >

RE: Possible to terminate a long request?

2003-09-23 Thread King,Daniel
WebLogic. -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: Tue 9/23/2003 10:20 AM To: 'Tomcat-User' Cc: Subject: Possible to terminate a long request? Hello: Is there

Possible to terminate a long request?

2003-09-23 Thread Neil Aggarwal
Hello: Is there a way to terminate a request that takes more than a given amount of time? I know I can use the java.util.Timer class to get called back at a given point in the future, but how can I terminate the request and put up an error page to the user? Any suggestions will be helpful. Than