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
0
votes
1 answer

Coldfusion 8 crash

I have a very big problem with coldfusion 8 on Windows server 2008 with IIS7. They are in production server and sometimes the the site is not available, I have to manually end the jrun.exe process from task manager and then the site is available. I…
0
votes
2 answers

ColdFusion8 FusionReactor JDBC wrapper - bad driver jars?

I'm having trouble getting the JDBC wrapper tool to wrap my ODBC connections. Before the version that came out today, it wouldn't even run due to a compatibility issue with CF8. Now it's saying There is a problem with your driver files. Please…
0
votes
3 answers

How can I tell which ColdFusion hotfixes are installed?

I saw the new secruity hotfix for ColdFusion on adobe.com, but I'm unsure what is already installed. The version in ColdFusion Administrator is 8,0,1,195765. How can I tell which ColdFusion hotfixes are installed? Can I attempt to install a…
Eric Belair
  • 301
  • 2
  • 12
0
votes
1 answer

VirtualHost doesnt seem to be working

Good morning. I recently migrated my web server to new hardware and to the newest version of Apache. I was running Apache 2 before as well just to be clear. I seem to be having problems getting my virtualhost to work properly. On the old server, I…
Brian
  • 341
  • 1
  • 2
  • 13
0
votes
1 answer

Coldfusion server debugging no longer working

My coldfusion server debugging is no longer working,... no changes to the system, just stopped. Now instead of a nice formatted output of variables and execution times I get this: ROOT CAUSE:…
Sean Kimball
  • 869
  • 1
  • 8
  • 24
0
votes
1 answer

ColdFusion 9 server keeps restarting itself

We have ColdFusion 9 (32bit) running on a Windows 2008 R2 (64bit) server with IIS 7.5. For a few months now, the ColdFusion server keeps restarting itself at different intervals. We've seen it restarting 10 times a day but it can be all good for a…
0
votes
1 answer

Coldfusion crashing when I initiate debugging session?

I've been trying to hook up eclipse to RDS for a CF8 testing server I have in my office. Every time I try to test the connection, the CF8 application server service crashes. When I check the event logs, it turns out to be jrun crashing: Faulting…
Scott
  • 1
0
votes
1 answer

Tomcat 6 with Railo 3.3 host and context precision

I'm trying to get Tomcat 6 and Railo 3.3 running on my local development box. My experience is with Adobe ColdFusion and figured I would try something new. I have installed Tomcat in d:\dev\tomcat6\. I then downloaded Railo's latest war, renamed it…
jfrobishow
  • 71
  • 10
0
votes
2 answers

mod_deflate enabled for amf?

coldfusion 8, apache 2.2 running locally on XP pro. sp 3 -- Im trying to get mod_deflate working for amf. I've seen acouple of post that mention this is possible. But I cannot seem to get it to work for myself. eg.…
None
0
votes
1 answer

Proxy Error with ColdFusion 8, but not with Railo3.1! Whats going on?

I have installed Apache 2.2.11, jboss 5.1.0.GA, ColdFusion 8.0.1 and Railo 3.1.0.015. Railo and ColdFusion are served through jboss as exploded WAR and EAR and both are available as VirtualHosts on port 80 through Apache, the details are available…
mrt181
  • 171
  • 1
  • 10
0
votes
3 answers

How do you start ColdFusion MX 7?

I'm running it on a Windows 2003 machine. I can start it from the C:\CFusionMX7\bin\cfstart.bat, but when I close the command prompt window, it shuts down again. Is there another method for starting it up the right way? I don't see anything in the…
John B
  • 171
  • 1
  • 11
0
votes
5 answers

ColdFusion MX 7 Licensing Issue?

I have a site running ColdFusion MX 7 which I know nothing about, but it was all working fine. All of a sudden, the whole thing seemed to crash and I started getting this error: The web site you are accessing has experienced an unexpected…
John B
  • 171
  • 1
  • 11
0
votes
3 answers

Disable ColdFusion file-handling for one VirtualHost (Apache2)

I would like to disable the ColdFusion-Server for just one virtualhost within my apache. This one virtualhost is a ruby on rails application (redmine). Any ideas?
da_didi
  • 255
  • 4
  • 11
0
votes
2 answers

Coldfusion Service + IIS

I am running a Windows 2003 R2 server with both IIS and ColdFusion installed. Whenever the server is restarted and both IIS and ColdFusion processes are set to automatically start, ColdFusion starts before IIS, preventing IIS from starting due to a…
Charlie
  • 101
  • 1
0
votes
1 answer

Cannot connect to JRun server

I am just starting out with ColdFusion. I set up Apache HTTP Server, ColdFusion and ColdFusion builder, and have been able to browse through the directory structure (localhost/cfide/..., etc.), but when I try to open a .cfm file, I am given the…
alex28
  • 107
  • 3