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

220 questions
4
votes
2 answers

Coldfusion Mail Service Stuck, Spool Folder Growing

I've been dealing with this issue on and off for YEARS, dating back to CF 5 and 6. Out of the blue, Coldfusion just stops delivering email, and the mail just keeps building up in the queue. To restart the service I can restart coldfusion OR run the…
steve
  • 215
3
votes
4 answers

ColdFusion 9 silent install invokes GUI installer on Windows 8

The ColdFusion 9 GUI installer doesn't work on Windows 8 (this is a known issue). To try to circumvent that, I've tried to use the "silent" installer, as detailed on the Adobe ColdFusion Blog: "Performing a silent installation of ColdFusion 9". I…
3
votes
2 answers

ColdFusion won't start after applying the 9.0.1 update How do I roll it back?

I installed the Coldfusion 9.0.1 update and now The application server won't start. I'm concerned that I may have installed the 64 bit update on a 32bit server but I am not sure how to check it without a running CF instance. When trying to start the…
3
votes
1 answer

Connecting multiple ColdFusion 10 instances to a single Apache 2.2 server

This is on Windows 7 Home Premium edition. I have got two ColdFusion 10 (updater 2) instances: "cfusion" (the default one), and "scratch". I have got a single instance of Apache 2.2 running. Within Apache, I have set up two virtual hosts, each of…
2
votes
8 answers

what is for an entrepreneur in Coldfusion 9?

What is special in Coldfusion 9 except high pricing? What is for an entrepreneur in Coldfusion 9? Why would someone choose Coldfusion instead of Java,.NET or PHP?
prashant gupta
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…
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
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
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
1
vote
1 answer

missing folders from " inetpub/wwwroot "

I am testing a CFMX code by placing it on a remote desktop, and working on it form my local host. There is an existing folder "D:\inetpub\wwwroot\TEST.com" on the remote desktop. Then ,I placed my code in a folder…
Vas
1
vote
4 answers

CFAdmin keeps on kicking back to login screen

We just got a new CF 10 VPS with Hostek. All seems well but in cfadmin we keep on kicked back to the login screen. I know that you can't have more than one user logged in at a time but even with just one user, it keeps on kicking us out. We're not…
1
vote
4 answers

Deleting or moving ColdFusion's log files

Coldfusion 8.0.1 on Windows 2003 Does anyone know a way to manually or programmatically reliably delete or move log files from the \ColdFusion8\logs directory? Deleting them in Account Admin rarely works without about 30 tries. Archiving them leaves…
kevink
  • 121
1
vote
2 answers

External ColdFusion 9 server

I have an IIS server running a stand-alone install of ColdFusion9 with many customer sites. For high availability, I am trying to connect my web server to an external clustered multi-instance ColdFusion server. In testing, I found that I had to…
Alex
  • 428
1
vote
1 answer

Coldfusion:-Firefox can't establish a connection to the server at localhost

I installed Coldfusion 8 trial version on my system (XP Professional sp3). I created an Folder in the “C:/Coldfusion8/wwwroot” called “buildProject” containing an Index.cfm and some other .cfm files. But I am unable to access the Neither my project…
Fransis
  • 11
  • 4
0
votes
1 answer

ColdFusion Production Server - Tuning for Performance

I'm trying to determine the optimal settings for my ColdFusion PRODUCTION server. The server has the following specs. ColdFusion: Enterprise Version 10 O/S: Windows Server 2012R2 Standard Processor: Intel(R) Xeon(R) CPU E5-2660 v2 @ 2.20GHz …
Phil
  • 203
1
2 3