You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest ColdFire on Firefox 11.0, if a page has even a medium amount of data in it with CF Admin routing debugging through COldFire, Firefox will throw a "The connection to the server was reset while the page was loading" error. Turning off request level debugging, or switching it to cassic.cfm or dockable.cfm fixes this, so it's something with ColdFire it seems.
OS X Lion 10.7.3
MAMP Pro
CF 9.0.1
The text was updated successfully, but these errors were encountered:
You need to increase the size limits for the HTTP headers. For the development version of ColdFusion10 using the Tomcat server goto the file ColdFusion10/cfusion/runtime/conf/server.xml. About line 83 you should see something like
You need to add the attributes maxHttpHeaderSize, maxHeaderCount.
The default values are 8192 bytes for maxHttppHeaderSize and 100 for maxHeaderCount.
I increased mine to 32768 and 200 respectively. The maximum value for maxHttpHeaderSize is 65536.
You need to restart the ColdFusion server after changing these values.
Using the latest ColdFire on Firefox 11.0, if a page has even a medium amount of data in it with CF Admin routing debugging through COldFire, Firefox will throw a "The connection to the server was reset while the page was loading" error. Turning off request level debugging, or switching it to cassic.cfm or dockable.cfm fixes this, so it's something with ColdFire it seems.
OS X Lion 10.7.3
MAMP Pro
CF 9.0.1
The text was updated successfully, but these errors were encountered: