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
3
votes
2 answers

Coldfusion 10 on Mavericks Apple Server App Broken

I run the Apple Server App to host my local dev sites, and have Coldfusion 10. I upgraded to Mavericks and that broke the Server app, said I needed to upgrade to Server 3.0 which I did, but now CF isn't working - admin not available, pages just…
Henry Gibson
  • 173
  • 1
  • 4
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…
gnarbarian
  • 163
  • 1
  • 7
3
votes
3 answers

Huge performance difference between two web servers, odd behavior seen using process monitor

We have two Coldfusion servers that have a huge performance difference running the exact same code on the exact same input data. The code in questions instantiates a large amount of CFCs (Coldfusion Components, which are similar to objects in OOP…
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…
Adam Cameron
  • 252
  • 4
  • 14
3
votes
1 answer

Redirecting to same file name but different extension in IIS

I recently inherited a website running coldfusion. Sometime in the last year, all the .htm files were renamed to .cfm. Problem is that some external sites were already linking to the .htm versions, and now those links are broken. I'm trying to find…
3
votes
3 answers

Unable to add datasource in ColdFusion 9 and SQL Server 2008 R2

I just installed SQL Server 2008 R2 and ColdFusion 9.0.1 on my Windows 7 machine for development use only. I have ColdFusion running well and serving pages (that aren't connected to a database). I can view my databases in SQL Server Management…
Evik James
  • 257
  • 3
  • 9
3
votes
2 answers

Handler Mappings Script Permission becoming unchecked unexpectedly

There have been 2 instances now where the Script checkbox under "IIS > Sites > Site > Handler Mappings > Edit Feature Permissions" has become unchecked. What could possibly be causing this to occur? Haven't been able to find any information online…
dmr83457
  • 727
  • 3
  • 9
  • 20
3
votes
2 answers

Monitor SQL transactions in ColdFusion Administrator?

Using CF9, IIS, and MSSQL, is there a way to monitor SQL commands sent by a script? Something that shows the raw query, preferrably. I got this idea after seeing that WEBrick and Ruby on Rails actually dumps the queries being generated to the…
Nic
  • 197
  • 6
3
votes
3 answers

What daily checklist items are there for coldfusion, iis7, sql server administrators?

That is going to be part of a site app tool i am creating that has many different functions. But my question today, is for sql, iis, coldfusion administrators, what kind of daily checklists, do you use or do. Can any of those be…
crosenblum
  • 271
  • 1
  • 4
  • 11
3
votes
2 answers

Coldfusion server crashing

We just had to restart the coldfusion server as it had become unresponsive. Looking at the Apache error log (We have jrun 4 through Apache on a RedHat server), I see the following over and over... [Tue Jun 02 12:21:45 2009] [info] server seems busy,…
nedlud
  • 273
  • 2
  • 10
2
votes
0 answers

Changing Service Account Causes Services to not Start

In testing rotating the password for the service account running Coldfusion 10 Enterprise on Windows Server 2008 R2 in a POC environment, the Jetty service fails to start. Initially, all Coldfusion related services are using the development account…
aparker81
  • 21
  • 2
2
votes
1 answer

Sticky sessions not sticky on coldfusion cluster

we're trying to deploy a legacy coldfusion site onto a new CF8 cluster. The cluster consists of three cf instances running under JRUN4 on a single windows 2008 server. I've got the cluster set to not replicate sessions, and sticky sessions turned…
2
votes
4 answers

Modifying default website breaks ColdFusion multi instance administrator on IIS7

To recreate: Setup Server 2008 standard Install ColdFusion 8 Enterprise Multi instance Confirm that CF admin works by going to http://servername/CFIDE/administrator/index.cfm from another PC. Open IIS Manager on test server Highlight the Default…
pplrppl
  • 1,262
  • 2
  • 14
  • 23
2
votes
1 answer

Directly accessing ColdFusion index.cfm on IIS results in 404

I have a virtual website running off of IIS (looks like version 6.1, SP 1) and ColdFusion 11. When I access a page as http://something.example.org/ which uses a ColdFusion template (index.cfm), the page correctly displays. However, when I request…
Jordan Reiter
  • 1,290
  • 4
  • 20
  • 40
2
votes
2 answers

For maximum security should I use distributed mode or a reverse proxy setup?

I have been working with ColdFusion for a long time. Something that has been seeded in my brain is that for maximum security you should physically separate the web server from the ColdFusion server. So I have always done this using what Adobe refers…
Miguel-F
  • 302
  • 3
  • 11
1
2
3
14 15