nam
nam

Reputation: 23868

runtime.xml file loaction in coldfusion 2016

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.

Upvotes: 1

Views: 167

Answers (1)

nam
nam

Reputation: 23868

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.

Upvotes: 1

Related Questions