Help with Cfftp connection
Hi I am trying to establish a ftp connection using cfftp tag my code is <cfftp connection = "myConnection" username = "abc" password = "xyx" server = "server address" passive = "yes"...
View Articlecfinput type=datefield and international date format
Hi everybody, I want to use cfinput type=datefield and i can't obtain dates in french format. I have <cfset Locale=setLocale("French (standard)")> in my application.cfm Here my code : <cfinput...
View ArticleConfiguring and using session variables
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859 461172e0811cbec22c24-7c48.html
View ArticleColdFusion 10 does not recognize CustomTag directory under Oracle WebLogic
This ColdFusion application runs fine on a BEA server in other environments but I can't get it to find the CustomTag directory when running from my local Oracle Weblogic server. In the other...
View Articlesession replication working in CF10 cluster set up
I would like to confirm session replication working in CF10 cluster set up.First, I am using 30-days trial version (just installed for one or two days). If cluster will not work with 30-days trial...
View ArticleColdfusion AMI in EC2: how to add more web servers?
Hi, I am currently running an instance of the Coldfusion AMI with linux.I want to keep that instance and launch 2 more web servers (independent machines) that point to the coldfusion application...
View Articlehow ColdFusion code will interact with SAMBA OS
Hi, can we access SAMBA folders from coldfusion code?I have to copy the file from SAMBA to my web server.Please suggest me. Thnks in Advance!!!
View Articlecfloop: index loop
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-71aa.html
View Articleinsert mutiple fields with same name
I have the form with mutiple text boxes for user to enter email addresses. It also has mutiple checkboxes for user to select devision they want to add these email addresses to.How can i loop the...
View ArticleWebservice: Problem passing long string 8k
Hi, I have a webservice who receives a string parameter (xml). I send it a string shorter than 8 kb a no problem but when I send a long string longer than 8 kb, it has problems. Do someone know how...
View ArticleUpdated Java and now ColdFusion services won't start
We're running ColdFusion 10 Update 2. It was running on Java 1.6 and we'd like to upgrade to 1.7. The server is Windows 2003 32-bit. I installed the Java 1.7 JRE and pointed the JVM path to the default...
View ArticleSession Replication in the cloud (EC2)
Hi, I have 2 ColdFusion instances (different machines) in a cluster on amazon EC2.They are working fine, except for session replication. EC2 don't support IP multicasting. So, I am trying a static...
View ArticleIf the ColdFusion service goes down and crashes for any reason, (IIS no...
Sometimes my CF server crashes and I have not figured out why yet. In teh mean time, IIS can still server .html pages. So is there any way to redirect users to a plain .html file to avoid the "The...
View ArticleInstalling CF10, in Configuration and Settings Migration Wizard - getting...
Installing CF10, in Configuration and Settings Migration Wizard, in browserhttp://127.0.0.1/CFIDE/administrator/enter.cfm, ColdFusion has been successfully installed. This wizard will guide you...
View ArticleCF 10 - deserializeJSON
Hi, in CF 9 I could do <cfset test = '[{"key1":"value1", "key2":12345, "key3":{"nestedkey1":"nestedvalue1", "nestedkey2":"nestedvalue2"}}]' /><cfset deserialized = deserializeJSON(test)...
View ArticleProblems with client variables storage.
I have a couple of problems with my client variable storage on CF8. Storage is in a sql server db: cdata has no data.cglobal is growing very quickly. It seems that every new page request is generating...
View ArticleCannot re-install CFB as plugin on Mac OS 10.8 (need manual uninstall...
I've installed CFB2 (v 2.0.1) several times before, both standalone and as an eclipse plugin (Mac OS 10.8). Was installing on a new MacBookPro (as a plugin to 64-bit eclipse 3.7), but accidetally...
View ArticleSQL Server 2012 Enterprise R2 CF Issue
Installed SQL 2012 a few weks ago and finally have it running several scripts. I have a CF developer that is getting this error: Connection verification failed for data source: orgs...
View ArticleColdfusion 10 + Apache + Flex2gateway + Debian/Linux
I had a battle with this, I've googled and seen more than 100 results and have not found the solution. I installed many times "Coldfusion", in different ways, in different distributions of linux and...
View ArticleSetters in a component
Hi, I made the mistake of not scoping a local variable in a component's function. The variable had the same name as one of the propeties in the component, and that had the unexpected effect of...
View Article