Coldfusion with Apache, RESTful API on port 80
Hi,we have installed Coldfusion 2018 with Apache web server and CF Api Manager on our SUSE server.We have many CF instances and one of these provides some RESTful services. I configured apis in the CF...
View ArticleInstalling Coldfusion 2016 32-bit on Windows 2016
I am having issues trying to install Coldfusion 2016 32-bit on Windows 2016. I can get the executable to run but it completes with errors. It looks like it only partially installs. There is nothing...
View ArticleAPI Manager: Pass bearer token to endpoint
I am currently implementing an API using the OAuth2: Client credentials authentication. The oauth is working to a degree but when after API manager proxies the request to the Coldfusion endpoint, it...
View ArticleConnect ColdFusion 2016 Enterprise with Oracle 12 and above
Hi, a customer is going to update their Oracle and announced they are setting SQLNET.ALLOWED_LOGON_VERSION_SERVER to 12. This means the client driver has to be version 11.2 or later.In previous...
View ArticleAdding external rest service to CF Admin and consuming
Hi,I use the following code to consume a rest service in my local ColdFusion application (and it works fine) but I am trying to add it into the ColdFusion administrator so I can manage the rest service...
View ArticleFeature request - IP debug description field
I have asked several Adobe support people over the years for this tiny feature but it's not in 2018 even though I was told it would be In debugging section ... where it asks what IP addresses should...
View Articlesolrconfig.xml missing luceneMatchVersion
Hi all, I'm using the addons docker image as part of setting my app up for local development using Docker as well as preparing to deploy to AWS ECS. I've managed to connect to Solr from the CF Admin...
View ArticleCFPDF
Bonjour, Je voudrais prendre un pdf d'un livre pour l'insérer dans un fichier mais je voudrais aussi la mise en page basique.Voici mon code : <cfpdf action = "extracttext" source = "chemin" name =...
View ArticleHow to disable http TRACE method in jetty 9.4?
Coldfusion 11. I use server monitoring, which is configured on jetty.port.How to disable http TRACE, OPTIONS methods on jetty.port?
View ArticleColdFusion 2018 cfchart type="html" works in Chrome but not in IE
Chart example testchart.cfm <cfscript> background={}; background={"color":"red","color-2":"white"};...
View ArticleColdfusion: Dreaweaver CC vs Dreamweaver CSS.5- can I make it like it used to...
I've recently changed from Dreamweaver CSS.5 to Dreamweaver CC. There are a number of little differences that make a BIG difference in usability.I finally found (through an internet search) where...
View ArticleReplacing cfwindow?
I've been using CFwindow for years and find it very old fashioned. Have to use this code to open a window ... <cfwindow width="#srw#" height="700" bodystyle="overflow:auto"name="Alerts"...
View Articlecoldfusion and bigquery
Anyone have any experience setting up the Simba JDBC driver for Google BigQuery using service account authentication?The problem seems to be reading the file which is defined in the OAuthPvtKeyPath...
View ArticleCF11: Problem with ImageResize()
Hello, all, I've got an issue that has me perplexed. We have a section on our restricted site for news. There is an admin panel that allows someone (authorized) to create/edit news articles, and one...
View ArticleFinding JSON errors in .cfc
I am rendering a screen using AJAX / and a cfc. (No reloads)All goes well until I make a boo boo and get a JSON error. I know what causes it - text that should not be in the cfc. But now I've hit a...
View ArticleTaking photo using webcam ...
Not specific to CF, maybe Javascript or Jquery ... looked everywhere on google and found nothing. So I am on a web site the other day and in addition to being able to upload your government issued...
View Articlecfchart and 508 compliance
I'm looking for a way to add a text equivalent to a rendered cfchart. I've read documentation for CF11 that states "Some complex controls such as cfmap and cfchart do not include text alternatives for...
View ArticleColdfusion 2018 Lockdown Tool failure
Hi folks, I am hoping someone can point me in the right direction to fixing a problem I am having with the lockdown tool. I have been following the CF2018 lockdown guide, I installed Coldfusion 2018...
View ArticleColdfusion 11 on Mac OSX 10.14.5 not starting
Just had to restart my Mac server for the first time since Mac OSX upgrade from 10.14.4 to 10.14.5 last week. ColdFusion now no longer starts. Error log shows. INFO: CFMxmlServlet: Macromedia Flex...
View ArticleCFC edit causing ColdFusion 2016 to crash
We have a test server running CF2016 with code migrated from CF10. Everything works great... until... we pull a change from our repo that includes an edit to one of our CFC's. We have a chain of CFC's...
View Article