1

I've ColdFusion 2016 developer edition installed on my Windows 10 and cannot find the runtime.xml file there. Where should it be? I need to change the following setting in the file to resolve this error: POST parameters exceeds the maximum limit. The error is similar to the one shown here.

<var name='postParametersLimit'><number>100.0</number></var>

Note: If someone has any other suggestion to resolve the error I'm getting, please let me know.

Community
  • 1
  • 1
nam
  • 21,967
  • 37
  • 158
  • 332
  • 3
    There is an option in the CF admin to change this value. Why not change it there? – haxtbh Aug 23 '16 at 16:30
  • @haxtbh Good suggestion - thank you. I think, this option was introduced in CF10 and it is still there in ColdFusion2016. To get to it in admin: Server Settings / `Settings / Request Size Limits / Maximum number of POST request parameters` – nam Aug 23 '16 at 16:36
  • @haxtbh That's the ideal and recommended way! – David R Aug 23 '16 at 18:39

1 Answers1

1

I found the answer by going through this article. The file name, in my case, is neo-runtime.xml and it's located on C:\ColdFusion2016\cfusion\lib\neo-runtime.xml. Thank you those who may have tried to help.

nam
  • 21,967
  • 37
  • 158
  • 332