Skip to main content
Inspiring
May 4, 2009
Question

Request Timeout error

  • May 4, 2009
  • 1 reply
  • 635 views

Hi ,

while calling java class in cfobject, getting request time out error.

How to increase request time for cfobject(only page level),i used cfsetting to increase but the things are not working.

Advance Thanks,

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
May 8, 2009

If you want Coldfusion to process the page as an unresponsive thread after 3 minutes(180 seconds) then you will have to put the following line at the top of the page:

<cfsetting requestTimeout="180">

Is that how you implemented the cfsetting tag?

Inspiring
May 8, 2009

Thanks BkBk,

Yes i implemented like this,But it is not working.I have given has equestTimeout 1800,no use.Any other way is there?

Thanks