CF10: Switched from Tomcat webserver to Apache2 - now cannot access...
Hello, everyone, I've been pulling my hair out for a few days, over this. Cannot understand what is going on. With the help of our SA, I copied/pasted a working Apache Server onto my DEV harddrive,...
View ArticleColdfusion 10 Update 13 IIS7 503 Service Unavailable
Coldfusion 10 Update 13Windows Server Datacenter 2008 SP2IIS7 We're having periodic issues where our Coldfusion service seems to recycle or restart, and the user will receive a 503 Error Code back from...
View ArticleServer Error - Macromedia application server(s) are unreachable
For my test environment, I've got a ColdFusion 8 instance running on Windows 2003 Server. Everything was fine until I rebooted the server. Then I started getting an error message:quote:Either the...
View ArticleColdfusion 11 - Web Sockets via SSL
Help! I can't seem to figure out how to handle WSS (Websockets over SSL). I have a cert that has already been sent/received by verifier. I have a cert and an intermediate cert. I've been looking at...
View Articlethrottled CFHTTP
i recently upgraded from cf9 to cf10. running single instance on a brand new ubuntu server 12.04 with Apache. same settings as my other ubuntu servers as far as i can tell. Suddenly, all my cfhttp tags...
View ArticleCF10 and IIS 7.5 - cfheader in 404 custom error handler not working correctly
I'm getting some really weird behavior when handling 404 errors after updating to CF10 using IIS 7.5 on a Win2k8 R2 x64. IIS randomly delivers only a portion of the HTML page when I set the 404 status...
View ArticleWhat is the latest version of SQL Server which ColdFusion 7 supports?
What is the latest version of SQL Server which ColdFusion 7 supports? For example can Cold Fusion 7 connect to SQL Server 2012 or 2008 without any problem? Thanks
View ArticleColdfusion 10 developer edition, download link required !!!
Hi, I need to install Coldfusion 10 developer edition for my project, please share the download link.Thanks in advance. Regards,Ankit
View ArticleCGI.PATH_INFO is blank in CF 10
I know this was an issue that was supposedly fixed in the first update, but I applied that and I'm still experiencing the error. Any ideas? Version says ColdFusion 10,283649
View ArticleJQuery function stops working when trying to submit large amount of parameters
Hi, Run CF9 on Windows 2008 R2 Server. I have a cfm page with multiple dropdowns (some are cfselect) and dynamically generated lists of checkboxes interdependent on each other. I am using JQuery to...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleWebservice issue on CF11 with IIS8.0, Unable to access web service with wsdl-...
I am using CF11 on window server 2012 (IIS 8.0). I have configured my application successfully. I am able access web service perfectly without WSDL but when I am trying to access web service with wsdl...
View Articleset variables from recordset
I have an SQL table that I store OrderID, ItemID, Qty. There are 15 possible ItemID's (will never be more). I need to output the order into a single table row that shows the orderID and the qty for...
View ArticleCF11 IIS JSON POST request hangs indefinitely but cfml runs
Issue Description Simply put when we make a request to any .cfm page with content-type of application/json and json in the request body the cfml will run (tested with cflog) but the browser/testing...
View ArticleSubclipse Error
I just installed Coldfusion Builder with the Subclipse plugin and when I am in the Team Synchronization view I cannot right click on files. I get the errors "Unhandled event loop exception" and "Could...
View ArticleWhere can I download Coldfusion 9.x .NET integration service installer?
I am using CFOBJECT to call a .NET dll and the server responds with "DotNet side does not seem to be running". I am using CF 9.0.1. .NET is installed and running as a service. I saw on a forum...
View ArticleSecurity: The requested template has been denied access to createClassLoader.
I hope someone here can help me with the following problem, cause I haven't been able to find the cause of the problem. When I try to access my website I get the following error: Yesterday everything...
View ArticleEnabling Global Script Protection is not working while adding "&"
Hi All, To prevent crosssite scripting attacks I ticked the the check box "Enable Global Script Protection" in CF admin. But it is not working , I mean not able to prevent the scripting attacks. Steps...
View ArticleHow can you determine from within CF if cookies are enabled in the browser...
I need to know if the user has cookies enabled when he logs into my website so I can tell him/her to enable them. If they are not enabled, the SessionID will be lost and session vars will not work.
View Articlehow to disable Accordion layout?
Is there a same function like ColdFusion.Layout.disableTab to disable Accordion layout? Thanks!!
View Article