Coldfusion 10 on Websphere 8.5.5.0 Liberty Profile
I'm trying to get CF10 Developer Edition working on Websphere 8.5.5.0 Liberty Profile, and after messing around (a LOT) with the web.xml and adding a -Dcoldfusion.disablejsafe=true java parameter to...
View ArticleRe: How to keep serving web pages while server is not logged in?
Jim, Still you can install ODBC services separately. If this is a dev server and you are ready to reinstall ColdFusion 10 then you can follow the steps mentioned below 1> Launch Web Server...
View ArticleRe: How to keep serving web pages while server is not logged in?
VJ, my next attempt will be to stop chasing ghosts and install on a server with Windows 2008 R2. Totally clean system. Jim
View ArticleRe: Best way to average numbers across rows and columns
So far it looks like jQuery might be the way to go. It seems to be working out quite splendedly. I would still be curious to know how somebody might do this with CF.
View ArticleRe: Querying Dates
Thank you, Steve and Adam. Steve's suggestion solved the issue I was having.
View ArticleRe: Installed Coldfusion 10 but cfdocs not appearing under Inetpub\wwwroot
Hi Adam, Apologies, that i overlooked the bug# 3342688. I was expecting some detailed information from the customer to drill down further (whether that is the only issue over here). That is the reason,...
View Articlepause, resume, and delete not working
I am running CF10 fully updated (10,0,11,285437) and I cannot get the <cfschedule> tag pause/resume to work properly. This is what I noticed at first, then I realized later the delete does not...
View ArticleLooping, Setting and Updating! Oh My.
Hello all, I am very new to CF and our regular guy is on vaction so I could really use some help. I am getting geo location from Bing for multiple address that I have in a db. Then add the latitude and...
View ArticleRe: Looping, Setting and Updating! Oh My.
Do you need to loop over all the rows, or just some of them? I'm assuming the former. In which case simply modify the first query to get all the records, then move the rest of the code into a loop...
View Articlemoble site architecture
I have an coldfusion application in production. I am getting more and more requests for certain functions to be available in a mobile friendly format. I do not need the entire site to be mobile...
View ArticleWeb Configuration Tool in cf 10 standard
I have an issue with Cold Fusion 10 Standard. I am running it a several Windwos 2008 R2 Servers with IIS 7.5. Each time I add a new website, I have to run the Web Configuration Tool or the site will...
View ArticleRe: Looping, Setting and Updating! Oh My.
Yo Thanks. Worked perfect. Im sure that was easy for you but you saved me countless google searches! I owe you one.
View ArticleWhy learn Java if you know ColdFusion?
ColdFusion is awesome for my work. I can make anything I want with it and seeing as 99% of my work is making web applications, I haven't needed to look elsewhere. I was just wondering why anyone would...
View ArticleCF10 500 internal server errors
I have recently installed CF10 on a Win 2008 R2 server it will open the main pages (index.cfm) but if I try to browse to the links within the site I get a 500 internal server error or 404 file not...
View ArticleRe: Web Configuration Tool in cf 10 standard
If you have run the Web Configuration Tool against "All" web sites, then new ones don't automatically get connected properly (that has been my experience with Windows, others experiences may differ)....
View ArticleRe: Looping, Setting and Updating! Oh My.
No problem. Also it's a good idea to use <cfqueryparam> in all your queries when passing in values from elsewhere. Basically it helps performance and reduces chances of SQL injection. e.g....
View ArticleRe: CF10 500 internal server errors
Hi During ColdFusion 10 install, you might have Choosen ALL option during Configure Webserver. Which means, that ColdFusion handlers like .cfm, .cfc etc are added to the IIS (server level)Every...
View ArticleRe: CF10 500 internal server errors
Also I have CF10 Standard edition will there be a problem here with multiple sites with this version?
View ArticleRe: Looping, Setting and Updating! Oh My.
Cool, thanks again. I hate to keep asking but is there a simple cfcatch or cftry that will skip the row if there is incorrect data that throws an error? Example in one row the city was set to "other"...
View ArticleRe: Looping, Setting and Updating! Oh My.
It would depend a little bit on what Bing was doing. e.g. if it returned a 404 or 500 error, you could watch for that using cfhttp.statusCode. Or if it still returns a bunch of XML, you could check...
View Article