Re: I want to download coldfusion 7 ?
Umm, why? In my experience I found no compatibility issues between 7 and 9. I would seriously consider installing 10 if I were you, but 9 as the earliest version to install.
View ArticleRe: unable to import cf9 car file into cf10
yes I am able to create successfully. it acts like it imports but does not apply.
View ArticleRe: unable to import cf9 car file into cf10
Once the CAR file is created, go to CF10 Admin. Under Packaging & Deployment > ColdFusion Archives, specify the path to the CAR file and press NEXT. After that select the Directory Path...
View ArticleRe: CF10 Enterprise, multi-instance w/different user accounts
Sorry, no. I haven't found a way to do this, if I want to manage it all from the primary CF instance. I can, of course, manipulate each instance independently. But that does rather defeat the...
View ArticleNew CF10, Server 2012, Default Document 404
On a new WIndows 2012 server (64bit), IIS 8.x installed, CF10 installed (to latest patches), CF10 hardening done. Ran WS-Config on individual IIS sites (not the "All" site). Jakarta virtual directory...
View ArticleRe: unable to import cf9 car file into cf10
Very simple fix, make sure the Pop-Up blocker is disabled!
View ArticleRe: New CF10, Server 2012, Default Document 404
Hi Rick, Please try adding the following information in web.config:- <configuration> <system.webServer> <defaultDocument> <files> <add...
View ArticleRe: unable to import cf9 car file into cf10
Well dpstucson, that is needed. Because, as soon as you click on "Deploy" the CAR property page opens in a new window. Good that, its working for you now. Regards,Anit Kumar
View ArticleRe: New CF10, Server 2012, Default Document 404
This was already done. The file index.htm exists, and it is first in the list at the IIS site level Default Document. It is also correctly configured in the web.config file for the IIS site. IIS and...
View ArticleRe: New CF10, Server 2012, Default Document 404
Can you try removing all other default documents and only keep <add value="index.htm" /> and restart IIS. Regards,Anit Kumar
View ArticleRe: New CF10, Server 2012, Default Document 404
That did not work either (only index.html in the web.config, restart IIS at server level).
View ArticleRe: coldfusion-error.log full of "INFO: Cookies: Unknown Special Cookie"?
Hi, again. I've changed them all, and rebooted my server several times since, and I'm still getting these annoying messages in the log. This is in the logging.properties file under...
View ArticleRe: New CF10, Server 2012, Default Document 404
Can you enable failed request tracing. You may refer to http://www.iis.net/learn/application-frameworks/running-classic-asp-ap plications-on-iis-7-and-iis-8/using-failed-request-tracing-to-troubles...
View ArticleRe: New CF10, Server 2012, Default Document 404
Maybe try running Firebug for Firefox (then go to the "Net" tab) or hit F12 in IE and look at the HTTP calls behind the scenes. Sometimes there is valuable info there showing the exact headers being...
View ArticleRe: coldfusion-error.log full of "INFO: Cookies: Unknown Special Cookie"?
I recallI that I had three logging.properties files. Edit each and also look for a section called "Default global logging level" and ensure that this has ".level= SEVERE". The logging.properties files...
View ArticleHTML CFGRIDCOLUMN values showing up for valuesdisplay issue
I'm using cfgrid type=html. I am creating a dropdown box in the cfgrid, however in the dropdown box it is showing the Values, instead of the ValueDisplay in the dropdown box. <cfgrid name =...
View ArticleRe: New CF10, Server 2012, Default Document 404
1) Not running any URL rewrites.2) using the server's IE to browse, with the local hosts file set to resolve the domain to the IP address of the IIS site. So all access is local.3) The site's...
View ArticleCF9 Forms Authentication
Is it possible to set up a 2013 server running IIS and cold fusion 9 to do "Forms Authentication" and set the cgi variables, primary all we just need is the cgi.AUTH_USER , we can not use web auth to...
View ArticleRe: New CF10, Server 2012, Default Document 404
All these issues, especially #7, seem like an IIS config issue.7) with directory browsing enabled, a request for http://mydomain.com/folder still shows a 404, does not show a directory listing I would...
View ArticleStrange CF10 Cookie Behaviour
I've been having a very strange problem with Internet Explorer (mostly) and ColdFusion 10. I'm using CFID and CFTOKEN to track user sessions. Occasionally - primarily in IE - something goes wrong and I...
View Article