Reputation: 23868
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
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