Questions
Als letztes aktiv
I have Coldfusion 10 and Coldfusion Builder 2.0 installed entirely on my local Windows 8 machine. I'm using the builtin Tomcat server.I'm accessing the server using Remote Data Services (RDS).When I try to run my application it won't run because the IDE runs it as https://localhost:8500/MyAppIf I copy the link and change it to http://localhost:8500/MyApp then it works.I have both TLS and SSL enabled in Internet Explorer.I understand that if you use JRun then you have to install a certificate, but I'm not using JRun.So how can I either get CF Builder to not put the "s" in or get Tomcat to accept it?Thanks,Bill
how do I switch off opening / previewing a file I have created and saved
After installing CF10, I get this error msg when I try to access the Administrator page,"This page can't be displayed"I'm running Window Server 2003, 64 bit version with IIS 6.0.Before I installed CF10, I uninstalled CF8.
What can I do to restore the CFREPORT Output to normal allowed formats? I have had reports working without error for FIVE YEARS and suddenly the now the report output for LARGE datasets produces ONLY the Symbolic language of the selected FORMAT, i.e., PDF, FalshPaper, etc. Small datasets produce the report; large datasets dump a query and then display the "gobble-de-gook" language of the format elected.Will reinstalling Coldfusion help?This is a server running in VMWARE, 64-bit Windows Server 2008; Coldfusion 10, 64 bit.Please help.ThanksWebmaster, www.thomco.bizDick Shackelforddick.shack@att.net678-521-1952 Mobile
HiI have a client with some old Flash functionality (AS2). The SWF allows the user to upload an image. However a new session is being started when the upload script is called. I have added the CFID, CFTOKEN and JSESSIONID to the URL as I did in the past to maintain the session but I believe you cannot do this anymore with CF10, if this is correct can anyone point me in the right direction of how I would accomplish maintaining the session for the upload?This has a note about CF 10 - http://forums.adobe.com/thread/1178420Kind regardsShaun
I have just downloaded the lastest version of Eclipse to try the ColdFusion builder as a plug-in in my trial copy. I want to see if working within this environment with the subversive plugin also (not installed yet) would be a productive solution for me.However, I can't get the ColdFusion builder perspective. Eclipse can't tell it's there. I have been searching for a solution for three days and have yet to find anything close to an answer. I've even tried removing eclipse completely and uninstalling and reinstalling the ColdFusion builder plugin, all to no avail. It seems it should be easier to install this. I'm at a complete loss as to what to do to fix this.
In many Ajax/JQuery grids is a feature to easily allow a filter search box at the top of the columns.jqGrid is one for example:http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_it_worksThere are many others.How would one do this in CFGrid, (not a dropdown menu) and on each column.Thanks.
HiApache/ColdFusion error JRun server(s) probably downVersions: Apache 2.2/CF 9,0,1,274733 on Solaris 5.10 We are getting a high number of transaction failures on Credit Card payment logging. These seem to be associated with an apache/CF instance connection problem - "JRun server probably down" - when in fact it seems to be up and running. This type of error is something we see quite a lot of across the board but have not linked it to a specific transaction/session failures until now.This is the Apache error log [Tue Nov 05 17:57:56 2013] [notice] jrApache[11037: 6765] could not initializeproxy for 127.0.0.1:51004[Tue Nov 05 17:57:56 2013] [notice] jrApache[11037: 6765] Couldn't initialize from remote server, JRun server(s) probably down.[Tue Nov 05 17:57:56 2013] [notice] jrApache[11037: 6765] JRun will not acceptrequest. Check JRun web server configuration and JRun mappings on JRun server.This is the Apache access log- 192.168.39.1 - - [05/Nov/2013:17:5
Hi All,I need to consume a .NET WCF web services using CF 10. I have looked anywhere in Google and I did not find the correct explanation and CF code. The developer documentation “Consuming web services that ColdFusion does not generate” has nothing to look at it (http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-78b4.html). Is there any good link, help, blogs or anything about it? We may need to write a good paper-tutorial about this topic. Even if you try to consume a Java EE web services. Any info about it? Thank you
Hi,is <b> tag work win subject?<cfset variables.subject = "Access for <b>#form.name#</b> has been removed. " /> <cfmail from="#variables.mailFrom#" to="#variables.mailto#" subject="#variables.subject#" type="html"> ....... </cfmail> Email sent with subject:Access for <b>#John Smith#</b> has been removed. How can bold the name John Smith?Thanks
I have multiple courses in a column and another column for the company putting on the courses. I would like to be able to count all the courses registered per company and group the results by companies with the number of courses displayed.Grouping in output is easy to do. However using count() sum() or recordcount will not give me a breakdown of how many classes have been registered for each company.Ie:Company nameClass 1…Registered(1)Class2 …Registered(4)Company NameClass3…Registered (0)Class4…Registered (1)Any help would be appreciated.
Hi,I'm looking at publishing a webservice and was wondering if CF10 supports WS-Security (via Axis 2) out of the box?Cheers,Simon
I want to configure hot keys. I don't see that as an option anywhere.Is it still possible?Thanks,
Whenever I start to install the ColdFusion 10 installer platform for Windows 8, Malwarebytes quarantines a file it labels as having the Trojan.pophot virus. The suspect file is NTAdminRights..., where "..." is a random number ending with .exe.Does anyone know if this is a false positive detection?Thanks
I need help.Please let me understand how to pass from a 30 day trial to buying the product. I only found a request to adhere to an Adobe "Creative Cloud" program and do not understand if that will give me the right to doenload the program/s or if it is just a first step to deposit files.. How much does Premiere cost? can I buy it directly from my Apple iMac applications?roberto selem.pino.co@gmail.com
Hi thereI have a simple CF page set to do a dump of the server only at this stage.<cfdump var="#server#">It works fine when I'm on the server itself and run from 127.0.0.1/mydomain/index.cfmWhen I try to run from www.mydomain.com - I get a 404 file or directory not foundIs this a CF error or is this an error being thrown up from IISHow do I get around this error ?Thanks in advance.Kind regards
We have a website created in CF4.5 and is hosted on our own server, call it www.oldsite.com A vendor created a new website which is hosted at another location and it uses the same name and the DNS info was updated so this new site has the same name and now runs when our oldsite name is used.The vendor created a new name - "legacy.oldsite.com" and pointed to our old IP address at our office and serverfor the origonal site. We have lots of customer support info on the old site and wanted customers to be able to find these docnuments. When we type "legacy.oldsite.com" we land on an index.cfm page one folder above the orogional index.cfm rathee rthan the old index.cfm page. I have added a tag to this page to go to the correct index.cfm page. But the problem now is that all the images on the site and the documents are missing or will not download. When I look at the path of these images and documents, some images start with Http://www.oldsite.com/etc"&nbs
how do I cancel
I just want to cancel
I am anticipating being asked to createa single login system for my coldfusion site and other sites(not coldfusion) on different domains. The other sites will not be tasked with this, but hopefully there will be some cooperation with the other vendors(there has to be). How would I even begin to research this? I was thinking about somehow passing the login info from the coldfusion site to the new site and logging in in the background.
I would like to have a control to have hyper link based on data source.I would like to know does Report Builder have any controls that I can set hyper link based on data.Your help and information is great appreciated,Regards,Iccsi,
I would like to have some error message show at client side from stored procedures.I use MS SQL Server and use RAISEERROR, but ColdFusion does not bring the error message just ignore the error continue to run the other part of code.I just want to know are there any way to bring stroed procedure error message to client, or I have to trap the error at Web Server or JavaScript level.Your help and information is great appreciated,Regards,Iccsi,
We have existing CF applications that use the ".html" file extension. We can't seem to figure out how to get CF Builder 2 to recognize that extension as a CF page. Is this possible, or do we have to go through the trouble of renaming all of our files to use CF Builder 2?
How do I get the Quick Select Tool to be more accurate?
Regards, I need to know if ColdFusion have support ? or until what year it have support ?Thanks a lot ¡¡¡
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.