Re: in-place upgrade of CF10 from 32-bit to 64-bit?
Thanks! I ran through the process on a test server and it seems everything is pretty much intact.
View ArticleRe: Font's for CFDocument PDF not consistent
Since you are running the same version of CF on both servers, I was kind of doubtful about the downgrading option. In any case, we did and of course, no change. So, back to the drawing board. Never...
View ArticleRe: "current reuse count is 1 of max reuse connection 250 and total endpoint...
I find CFSTAT not as useful with CF10 versa older CF versions. If CF Monitor is available (Dev or Enterprise edition) that can be useful. I find using Java Management Extensions with Jconsole or...
View ArticleSpecifying Amazon S3 credentials in the URL returns different results
When working with the CF 10 Amazon S3 integration, sending the S3 credentials via the URL versus setting the credentials in Application.cfc returns different results. For example, with Application.cfc,...
View ArticleWhat file contains mappings for Coldfusion 9? (CF Administrator not working)
After uninstalling a failed CF10 installation, we reverted to CF9 which is working fine except for the CF Administrator. My first guess is mappings. But of course I can't check the mapping because CF...
View ArticleRe: What file contains mappings for Coldfusion 9? (CF Administrator not working)
Hi Chris, You did not mention the Web Server that you are using? If you are on Windows Server 2003 and WebServer is IIS6 then make a right click on Server name or Site name in the left panel of IIS,...
View ArticleRe: What file contains mappings for Coldfusion 9? (CF Administrator not working)
We are using Windows Server 2008 R2 Enterprise and IIS 7.5 We checked the handler mappings and they all appeared to be there and matched our dev server, which did work. Index.cfm pages worked, so long...
View ArticleRe: What file contains mappings for Coldfusion 9? (CF Administrator not working)
add index.cfm in the default document at the top in IIS. Then you will be able to access acme.com/aboutacme/ from ColdFusion 10. Thanks,VJ
View ArticleRe: What file contains mappings for Coldfusion 9? (CF Administrator not working)
Yep, it's there. : ) That's why the issue has been so baffling. We have a call in to help with another install attempt tomorrow. I'll follow up afterwards with the results.... Chris
View ArticleWhy "slow server alert" when NO running requests and NO open connections??
The snapshot below says it all. Why on earth would my dev machine with no running requests, and no open database connections, kick off a slow server alert? I will tell you that at the exact same time...
View ArticleGetting security warning after Java has been updated to 7u40
We are using ColdFusion MX 7 on Windows server 2003, since we have updated Java to version 7u40, we get the below warning message: This cause everytime user wants to use the application which uses Java...
View ArticleRe: Getting security warning after Java has been updated to 7u40
Are you using Java applets in your code? Certain ColdFusion UI tags can use Java applets (I forget which CF7 ones do that), as well as some of the widgets in the CF Administrator (like the server...
View ArticleRe: Getting security warning after Java has been updated to 7u40
Hi Carl, Thank you for quick reply. Yes we are using Java applets in our code. Thank YouShahram
View ArticleRe: Getting security warning after Java has been updated to 7u40
Unfortunately, you're in a tough spot. If the Java applets are the ones that came in CF7, upgrading to CF10 may resolve that (unless the applets have been completely deprecated and removed without a...
View ArticleColdfusion 9.0.1 cumulative hot fix question...
We have CHF2 on our 9.0.1 server plus alll post CHF2 security updates. Just the other day I noticed that a cumulative HF 3 and 4 were released and I must have missed these in early 2013 when they were...
View ArticleRe: Coldfusion 9.0.1 cumulative hot fix question...
I think the safest thing to do would be to take some backups of your ColdFusion9 and CFIDE folder structure. Then apply CHF4 for 9.0.1 plus post CHF security updates APSB13-19 and APSB13-27 (section 2...
View ArticleRe: Coldfusion 9.0.1 cumulative hot fix question...
I thought someone would suggest that. I'm guessing Adobe will release CHF5 shortly after I decide to do this.
View ArticleCatching an error message
I'm using Coldfusion Fusebox 3 and I would like to know how I can keep my app from throwing an error message if someone thoughtlessly removes the Circuit and fuseaction from the URL.For example, if the...
View ArticleRe: Catching an error message
What I've always done in cases like this is .. and assuming the URL vanished due to "malicious intent"; I do a <cfif trim(url.whatever) is ""> <cflocation url="home.cfm"></cfif>if...
View ArticleRe: Catching an error message
I briefly used fusebox 3 several years back when I first learned of FB. I use 5.5.1 now but I have found the build in error handler to be difficult to deal with, particularly when dealing with missing...
View Article