Questions tagged [coldfusion]

The ColdFusion Web Scripting Language by Adobe

Adobe CF logo

ColdFusion is a server-side rapid application development platform from Adobe.

ColdFusion is sometimes used to refer to CFML, the dynamic programming language which Adobe ColdFusion ("CF") implements, but which is also implemented by a number of alternative CFML engines - notably Open BlueDragon and Railo - each with a compatible CFML core but different advantages/focuses.

Most CFML implementations run using a Java servlet engine - ColdFusion versions 6-9 ship with JRun, but from CF10 onwards the default servlet engine is Tomcat. Open BlueDragon and Railo run on Jetty/Resin/Tomcat, though they can all use any J2EE app server. There is also a BlueDragon.NET which runs on Microsoft's .NET platform instead of Java.

The latest version, ColdFusion 10, was released in May 2012.


Free ColdFusion Programming Book

219 questions
2
votes
3 answers

Server Error when running a coldfusion page in an ASP.NET application folder

I'm getting an error of: " The service is unavailable. Server Error Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request. " I already had a folder such as /mobile/qr-image/ with a…
Michael Stone
  • 33
  • 1
  • 7
2
votes
6 answers

Which apache/mysql/php package is best for windows?

I have tried appservnetwork, was the best so far, but I haven't seen them do an update in ages, EasyPHP is just slow to load always. Wamp and Xamp, all put in their description that is not for production. I do not plan to host publicly this site or…
crosenblum
  • 271
  • 1
  • 4
  • 11
2
votes
2 answers

Coldfusion 8 Application Crashes Under Heavy Load

We have a CF8 app that runs for 20-25 minutes before crashing under heavy load ~ 1200 users. This load is generated by our load testing tool: 1200 users ramped up in 5 mins (approx behavior of our users), running for an hour. We have this app on…
KM.
  • 1,786
  • 2
  • 18
  • 31
2
votes
1 answer

How do I set logfile rotation limit for CF8 -out logs?

I'm trying to set the number of logs to keep for the CF -out logs. I found a jrunsvc command line switch to set this but it throws an error saying the value must be at least 1000: jrunsvc.exe -logfileRotationLimit 50 "ColdFusion 8 Application…
melikeum
  • 23
  • 2
2
votes
1 answer

Running Coldfusion Commands inside an HTML File?

Is it possible to run CF commands inside an HTML file by updating Apache configs/htaccess file? When I searched online, I didn't come across any answers for CF, saw several posting for PHP (perhaps I am not searching for the right terms ...…
KM.
  • 1,786
  • 2
  • 18
  • 31
2
votes
3 answers

Coldfusion server monitoring: options and opinions

The edition of the ColdFusion server that my company has does not come with a server monitor. Due to some problems with our website which we think may have to do with server issues, we are looking into buying a ColdFusion Server Monitor. What are…
dmr
  • 123
  • 3
1
vote
1 answer

Can two IIS Websites with nearly Identical Code Basis be sent to the same ColdFusion Backend?

Running cold fusion standard, so i can only have 1 instance of the coldfusion tomcat host per machine. https://helpx.adobe.com/coldfusion/configuring-administering/web-server-management.html#IIS says it's fine to have two websites send over to the…
Chris DaMour
  • 113
  • 4
1
vote
0 answers

Create and configure multiple ColdFusion instances in load balanced environment using scripts

I'm wondering if there is a method to create and configure multiple ColdFusion instances from the script after the initial silent installation? Note: I have already figured out how to silently install and update default ColdFusion instance (And…
Deki
  • 11
  • 2
1
vote
2 answers

Web application with Hibernate and ColdFusion8 goes up to 99% of the CPU

We have an application with ColdFusion 8 (the latest official release fully updated) in unix environment that the CPU sometimes goes up to 99%. Sometimes it takes days, and other times it takes minutes. We also using hibernate to the business…
lfbn
  • 25
  • 3
1
vote
1 answer

IIS sc-win32-status 64 when using url rewrite over https and ColdFusion

I've run into a very specific and annoying problem. It involves all of the following: Windows Server 2016 (IIS 10) Url Rewrite Module ColdFusion 2016 https When a rewrite rule is triggered to point to a ColdFusion (.cfm) page, the page seems to…
1
vote
2 answers

JRun threadpool configuration

Me and my team have been struggling to keep a clustered ColdFusion application stable for the better part of the last 6 months with little result. We are turning to SF in the hope of some finding some JRun experts or fresh ideas cause we can't seem…
jfrobishow
  • 71
  • 10
1
vote
2 answers

ColdFusion 2016 Scheduled Task running twice

We have a CF2016 instance that runs all our scheduled tasks. This one particular task runs every day at 4:45am. Monday through Saturday the task runs quickly, but the Sunday run takes a while (this is expected), on average 60 minutes or so. The…
1
vote
0 answers

ColdFusion 10 -I have one Scheduled Task that is not working but many others work fine. We do have SSL cert

I see several questions similar to my problem. They mention ColdFusion and Scheduled Tasks not working. I use ColdFusion 10 with SSL certificate. But I have only one Scheduled Task that is not working. When using the URL and running it from the…
Jane
  • 11
  • 1
1
vote
0 answers

Default document over HTTPS not working from iPhone 6 and iPad?

Server Configuration: Windows 10 Pro ColdFusion 2016 Standard IIS 10 I have a Web application that uses the built-in default documents module throughout the application to obfuscate file names. When I try to access any of the Website's URLs over…
natedog
  • 11
  • 1
1
vote
1 answer

How do you apply a hotfix using ColdFusion Administrator?

I have a .jar file that I need to apply to my ColdFusion server. The instructions say to: "Open the ColdFusion Administrator and apply the provided hf800-1875.jar hot fix using the System Information page." Where is the System Information page? I am…
wahle509
  • 333
  • 1
  • 2
  • 8