Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Request Timeout error

Explorer ,
May 04, 2009 May 04, 2009

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,

TOPICS
Advanced techniques
590
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2009 May 08, 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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 08, 2009 May 08, 2009
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources