CF10, CFHTTP and SSL subject alternative names
I have an SSL certificate where the Common Name doesn't match the url, but the Subject Alternative Name does. The Common Name is the actualMachineName.subnet.subnet.mynetwork.com and the SAN is...
View ArticleColdFusion and docx4j
I've been looking into creating "native" Word documents via CF10, and it looks like the best (free) option is docx4j. However, I can't seem to find many CF and docx4j examples. Does anyone here have...
View ArticleColdfusion 10 does not appear to use all 8 cores (2 physical cpu on physical...
Our Coldfusion 10 Standard server does not ever spike higher than 25%. I have a hard time believing we write such incredibly excellent code to have over a hundred users never make our server spike...
View ArticleCF10 Java 7.51 - "Missing required permissions manifest attribute"
Our clients are reporting that after they update to Java 7.51 they are now getting the following error: "Missing required permissions manifest attribute in main jar: CFIDE/classes/cfapplets.jar" Is...
View ArticleProblem with jquery .load and cfinclude
Another programmer has created a captcha file that's in a global directory so all we have do is call it with a CFINCLUDE, however, he did not build any kind of refresh into it. So I created a...
View ArticleDoes anyone know of step-by-step instructions for using CF9, Exchange 2007,...
I've been working on this for quite a while now. I find it embarassingly undocumented by both Microsoft and Adobe. I downloaded the EWS API v1.2 jar file and placed it in the Coldfusion lib folder...
View ArticleHow to back up the settings of ColdFusion 10 Admin
Hi all. We are a county government organization that needs to keep all of its application and server configuration settings backed up in the event of a disaster (flood, earthquake, terrorist act,...
View Articleworking with 2 submit buttons in a html form
I have 2 submit buttons in a form. I will upload a file and save in a filepath in server when I click on one "upload" button. I want to use this file path in the code when I click on another button...
View ArticleHas anyone started testing CF 10 with Oracle 12c yet?
I'm interested in finding out about any issues before I jump in. It will probably be some months before I setup a test DB with Oracle 12c. If anyone has tried this and has any lessons learned to share...
View ArticleSelecting variable from form and posting to mysql
I have and exisiting form and I want to take the email and name from the form and input it into mysql database of emaillist . I also only want to do this if the i wish to subscribe is selected....
View Articlehas anyone had an issue were ColdFusion session variables never timeout on a...
I am having an issue on one of our production ColdFusion 9 servers where the session variables are never timing out. I set up a very simple page to make sure I'm not missing something. Application.CFC...
View ArticleCFHeader/CFContent is halting the rest of my page
I am posting to another page form information, and then spitting out a generated document. <cfheader name="content-disposition"...
View ArticleTransferred to ColdFusion on bank account log out?
When I logged off my bank account, the words "transferred to ColdFusion" appeared. What does this mean? My bank suggests virus or mole.
View ArticleCannot Get cfprint to print on custom media programmed in the print driver.
I setup a printer on the server and added custom paper sizes to the print preferences. (i.e. 5.50 x 7.00) I can print on these manually with no issues. When I call the cfprint tag and reference...
View ArticleCF10 enterprise - how to disable cfexecute for all sites (sandbox)
Hello, I have a new CF10 server which I will be using as shared hosting for my clients. I would like to disable the following tags and functions globally: TAGS CFCONTENT CFFILE CFDIRECTORY CFEXECUTE...
View ArticleDate issue
Hi all,I have an issue validating dates, my sample code: <cfoutput><cfset value1 = "21A"><cfset value2 = "05/02/11 12:45"><cfset tempDate= "05/02/11 12:45"><cfset value3 =...
View ArticleColdFusion 9.0
I read on a different forum that coldFusion 9.0 installs can be requested from support for developers who are working with clients who have not upgraded to CF10. Where does one make that request...
View ArticleExcel export - getting rid of line breaks
I'm exporting data to an Excel Spreadsheet but when the Excel spreadsheet is generated, if the user has used a carriage return during data entry, it creates a a new row in Excel. I've tried using a...
View ArticleCFC binding invoking fbx_settings.cfm
using CF10 with Fusebox 3.0 bind attribute for cfgrid is invoked via cfc. this invokation is calling fbx_settings.cfm instead of directly calling the cfc (location specified using cfc dot notation)...
View ArticleAssign cfinput checkbox value
I have following code to assign value from my stored procedures.The text cfinput works to get value from stored procedure, but check box does not get value.The check box value return to 1, but check...
View Article