icon iamge for the web site
I see some web site has an icon to present the web site.ASP.Net has favicon to present the web site.I would like to know does ColdFsuion has similar function to have my web site an icon to present....
View ArticleRe: upgraded to cf10 and no AUTH_USER gone
I found a tech note that helped: It said to enable anonymous authentication AND windows authentication at the root level on IIS and then disable anonymous authenticaion at the directory where I am...
View ArticleRe: icon iamge for the web site
Favicons really have nothing to do with the server-side language you choose to use (ColdFusion, ASP.Net, PHP, etc.). Rather, they are basic HTML functionality that has to be supported by the browser....
View ArticleRe: i am unable to install the coldfusion 10 mandatory update on standard...
When you say "cannot proceed from there", what have you tried? Or are you unsure about what to do with the update file? -Carl V.
View ArticleRe: ColdFusion 10 browser cfgrid issue
Are you using the HTML or Flash output from CFGRID?
View ArticleUsing CFGrid with groupfield attibute displaying different column...
Hi, I'm trying to use CFGRID with groupfield attribute to display search results on a page. The results data depending on the criteria being used by a user may result to many different product...
View ArticleRe: ColdFusion 10 browser cfgrid issue
Take a look at the response from the server using the browser's Developer Tools, or an external tool like Charles or Fiddler. See if something is happening to the response at the browser end. Is...
View ArticleSessions on multiple servers.
I was running CF 6.1 on two servers behind a load balancer. They both use a common database for the client variables. I have been getting a lot of error that appear to be lost sessions. As a test I...
View ArticleLosing connection in CF Builder and get error message
I keep losing connection while trying to code a program in CF Builder. Keep getting the following error:
View ArticleRe: spreadsheetSetColumnWidth ignored
Did you find a solution to this? Still seems to not work.RLS
View ArticleRe: i am unable to install the coldfusion 10 mandatory update on standard...
Hello, For some people the cf10_mdt_updt file has downloaded as zip extension, those have renamed download to jar extension. Perhaps you can try this:- copy cf10_mdt_updt.jar file to CF10\jre\bin\ -...
View ArticleCF10 CFHTTP returning bad/encrypted xml data?
The XML feed looks great, but when I do a simple http call to get the data, it is "encrypting" it or doing something odd. Anyone know what causes this and what to do to fix it? This here is what I...
View Articlehttp status 503 - request timed out waiting to execute - Error
Hi , We are using Apache with ColdFusion 10 in Solaris 10 OS. And we are getting frequently below error : http status 503 - request timed out waiting to execute Please check and let me know, if you...
View ArticleAre Scheduled Tasks saved in a file that can be copied easily from one server...
We have a multitude of Scheduled Tasks. When moving from one server to another, we currently manually re-enter the tasks. This is fraught with problems the least of which is my typing ability. Are...
View ArticleRe: Are Scheduled Tasks saved in a file that can be copied easily from one...
The file you want is \cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\neo-cron.xml See also: http://helpx.adobe.com/coldfusion/kb/purpose-location-xml-configuratio n-files.html
View ArticleRe: icon iamge for the web site
Thanks a million for the information and help, Regards, Iccsi,
View ArticleWhat release is Bug 3593673 fixed in?
The bug report (https://bugbase.adobe.com/index.cfm?event=bug&id=3593673) says that this is fixed in build 286333. That seems like it would be in update 11, or update 12. But I don't see the bug...
View ArticleCalling Webservice removes root element of XML
Hello community, I am experiencing a problem in context with ColdFusion 10 and webservices. My webservice creates some XML content, parses it with the XMLParse() function and returns it with...
View Articlesolr cfsearch fails with multiple collections
I am upgrading to CF10/SOLR and finding that <cfsearch> fails when I specify multiple collections. I am not doing a category search. The search works fine for any single collection, but...
View Article