<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=ColdFusion_9_Post_Parameters</id>
		<title>ColdFusion 9 Post Parameters - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/index.php?action=history&amp;feed=atom&amp;title=ColdFusion_9_Post_Parameters"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;action=history"/>
		<updated>2026-05-25T07:06:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=2286&amp;oldid=prev</id>
		<title>Kalebl@hostek.com: /* Increasing Post Parameters on a Coldfusion 9 VPS */</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=2286&amp;oldid=prev"/>
				<updated>2014-09-22T22:32:24Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Increasing Post Parameters on a Coldfusion 9 VPS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 22:32, 22 September 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 8:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 8:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Edit the neo-runtime.xml file&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Edit the neo-runtime.xml file&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Find a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postSizeLimit'&amp;gt;&amp;lt;number&amp;gt;100.0&amp;lt;/number&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Find a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postSizeLimit'&amp;gt;&amp;lt;number&amp;gt;100.0&amp;lt;/number&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Directly after the &amp;lt;nowiki&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;, insert a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postParametersLimit'&amp;gt;&amp;lt;number&amp;gt;XXXX.0&amp;lt;/number&amp;gt;&amp;lt;/nowiki&amp;gt; where XXXX=the post parameters limit you want to set&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Directly after the &amp;lt;nowiki&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;, insert a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postParametersLimit'&amp;gt;&amp;lt;number&amp;gt;XXXX.0&amp;lt;/number&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;gt;&amp;lt;/var&lt;/ins&gt;&amp;gt;&amp;lt;/nowiki&amp;gt; where XXXX=the post parameters limit you want to set&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Save the file&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Save the file&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Open up Start---&amp;gt;Administrative Tools---&amp;gt;Services&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Open up Start---&amp;gt;Administrative Tools---&amp;gt;Services&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Kalebl@hostek.com</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=2285&amp;oldid=prev</id>
		<title>Jakeh: /* Upping Post Parameters on a Coldfusion 9 VPS */</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=2285&amp;oldid=prev"/>
				<updated>2014-09-22T20:10:04Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Upping Post Parameters on a Coldfusion 9 VPS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:10, 22 September 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Upping &lt;/del&gt;Post Parameters on a Coldfusion 9 VPS==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;==&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Increasing &lt;/ins&gt;Post Parameters on a Coldfusion 9 VPS==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;After the most recent hotfix to ColdFusion 9, the post parameters(number of items in a form for example) are limited to 100.&amp;#160; In ColdFusion 10, this limit can be &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;upped &lt;/del&gt;in the CF Admin but in CF9 it requires editing of the neo-runtime.xml file.&amp;#160; If you are running into an error that post parameters limits is exceeded, follow these steps.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;After the most recent hotfix to ColdFusion 9, the post parameters(number of items in a form for example) are limited to 100.&amp;#160; In ColdFusion 10, this limit can be &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;increased &lt;/ins&gt;in the CF Admin but in CF9 it requires editing of the neo-runtime.xml file.&amp;#160; If you are running into an error that post parameters limits is exceeded, follow these steps.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Navigate to your ColdFusion home directory (Example: C:\ColdFusion9)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Navigate to your ColdFusion home directory (Example: C:\ColdFusion9)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Jakeh</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=1486&amp;oldid=prev</id>
		<title>Brentb: /* Upping Post Parameters on a Coldfusion 9 VPS */</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=1486&amp;oldid=prev"/>
				<updated>2013-06-22T14:22:48Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Upping Post Parameters on a Coldfusion 9 VPS&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 14:22, 22 June 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 10:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Directly after the &amp;lt;nowiki&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;, insert a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postParametersLimit'&amp;gt;&amp;lt;number&amp;gt;XXXX.0&amp;lt;/number&amp;gt;&amp;lt;/nowiki&amp;gt; where XXXX=the post parameters limit you want to set&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Directly after the &amp;lt;nowiki&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;, insert a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postParametersLimit'&amp;gt;&amp;lt;number&amp;gt;XXXX.0&amp;lt;/number&amp;gt;&amp;lt;/nowiki&amp;gt; where XXXX=the post parameters limit you want to set&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Save the file&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Save the file&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Open up Start---&amp;gt;Administrative Tools---&amp;gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Service&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Open up Start---&amp;gt;Administrative Tools---&amp;gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Services&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Navigate to Coldfusion 9 Application Server&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Navigate to Coldfusion 9 Application Server&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Stop Coldfusion 9 Application Server&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;#Stop Coldfusion 9 Application Server&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Brentb</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=1485&amp;oldid=prev</id>
		<title>Brentb: Created page with &quot;==Upping Post Parameters on a Coldfusion 9 VPS==  After the most recent hotfix to ColdFusion 9, the post parameters(number of items in a form for example) are limited to 100. ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=ColdFusion_9_Post_Parameters&amp;diff=1485&amp;oldid=prev"/>
				<updated>2013-06-22T14:22:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Upping Post Parameters on a Coldfusion 9 VPS==  After the most recent hotfix to ColdFusion 9, the post parameters(number of items in a form for example) are limited to 100. ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Upping Post Parameters on a Coldfusion 9 VPS==&lt;br /&gt;
&lt;br /&gt;
After the most recent hotfix to ColdFusion 9, the post parameters(number of items in a form for example) are limited to 100.  In ColdFusion 10, this limit can be upped in the CF Admin but in CF9 it requires editing of the neo-runtime.xml file.  If you are running into an error that post parameters limits is exceeded, follow these steps.&lt;br /&gt;
&lt;br /&gt;
#Navigate to your ColdFusion home directory (Example: C:\ColdFusion9)&lt;br /&gt;
#Go to the LIB directory inside the home directory&lt;br /&gt;
#Make a copy of the file called Neo-runtime.xml and name it neo-runtime.bak, this is for a backup in case any mistakes are made&lt;br /&gt;
#Edit the neo-runtime.xml file&lt;br /&gt;
#Find a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postSizeLimit'&amp;gt;&amp;lt;number&amp;gt;100.0&amp;lt;/number&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
#Directly after the &amp;lt;nowiki&amp;gt;&amp;lt;/var&amp;gt;&amp;lt;/nowiki&amp;gt;, insert a line that reads &amp;lt;nowiki&amp;gt;&amp;lt;var name='postParametersLimit'&amp;gt;&amp;lt;number&amp;gt;XXXX.0&amp;lt;/number&amp;gt;&amp;lt;/nowiki&amp;gt; where XXXX=the post parameters limit you want to set&lt;br /&gt;
#Save the file&lt;br /&gt;
#Open up Start---&amp;gt;Administrative Tools---&amp;gt;Service&lt;br /&gt;
#Navigate to Coldfusion 9 Application Server&lt;br /&gt;
#Stop Coldfusion 9 Application Server&lt;br /&gt;
#Once it has fully stopped, start Coldfusion 9 Application Server for the changes to take effect&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These steps will up the post parameters limit to what you set and allow for you to have larger form submissions.&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;/div&gt;</summary>
		<author><name>Brentb</name></author>	</entry>

	</feed>