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

MS SQL Server 2014 is not able to connect to Coldfusion 11

I have Coldfusion 11 installed on my Laptop (Windows 8.1 Pro) and MS SQL Server 2014 but unable to get them talking to one another. Here are the three screenshots for your reference, please let me know if I am doing something wrong: For CF…
John
  • 145
  • 8
2
votes
1 answer

Coldfusion JVM heap vs RAM usage

I need help clarifying memory usage on a CentOS server running Coldfusion/Apache. I've got a script that reads a file into memory and process it line by line, inserts into DB and deletes the file. Not the best process, working on it, but it'll have…
Pete
  • 293
  • 1
  • 5
  • 20
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 remote instances work on Coldfusion Clustering?

I have just decided to set up my site using ColdFusion clustering in the staging environment. I need to find out what code adjustments are required when we move to a cluster environment. I have two machines where Coldfusion server is…
user3427540
  • 169
  • 2
  • 9
2
votes
5 answers

Tools and Tips for Sun JVM Troubleshooting

We run a cluster of ColdFusion 8 servers on top of the Sun JVM, version 1.6.0_11. Occasionally a server will simply stop responding to requests. We've determined so far that the JVM is locking up and that neither ColdFusion nor IIS are the root of…
Justin Scott
  • 8,798
  • 1
  • 28
  • 39
2
votes
4 answers

Discover Which Coldfusion Server Being Used In Cluster

We have a load balanced cluster of 2 servers for our Coldfusion applications. I'm encountering some weird behavior, and would like to find out which of the two servers a user is currently on when they are running the web application. Is there a way…
David Csonka
  • 121
  • 4
2
votes
3 answers

Setting up Coldfusion 9 on Windows Server 2012 with IIS8

We've just upgraded our server to Windows 2012 which is running IIS8. I'm at a dead end trying to configure it to run Coldfusion 9 and serve the pages. It installed fine with no errors but I cannot access the Admin panel (it gives me an 404.3…
Ben Thomas
  • 21
  • 2
  • 4
2
votes
1 answer

How can I reduce the number of coldfusion threads running?

I have CF running on a mediatemple DV4.0 & it seems to be running WAY more threads than necessary - enough to continuously trip the "running processes" alert that MT provides [and cannot be configured by me to allow more processes!] How can I…
Sean Kimball
  • 869
  • 1
  • 8
  • 24
2
votes
1 answer

Updating solr on a ColdFusion 9 install?

I'm thinking about upgrading the solr install included with ColdFusion 9 to the latest Apache release. This raises a few questions: Is there a compelling reason not to upgrade to 3.6 (is it slower than, more cumbersome than, or…
Jordan Reiter
  • 1,290
  • 4
  • 20
  • 40
2
votes
1 answer

How come value set by SetEnv can be changed by modifying headers in browser

I'm working with an Apache server setup where we want to use SetEnv in the vhost to define if the code is running in development, beta or production. The actual web application is running on Coldfusion 8/JRun . I've set the value in the vhost using…
Jens Wegar
  • 121
  • 4
2
votes
0 answers

ColdFusion 10 Servlet Issues

I'm currently experiencing problems with ColdFusion finding my servlet. In ColdFusion 9, I would simply put it under the wwwroot/WEB-INF/classes/ directory and ColdFusion would serve when requested. In ColdFusion 10 I've added the same Servlet in…
Wrae
  • 21
  • 1
2
votes
4 answers

Moving from ColdFusion 8 to ColdFusion 10 - Migration Fails

After having made several attempts to migrate from a ColdFusion 8 Standard server to a ColdFusion 10 Standard server, it feels like I am "almost" there. I'm using the 64 bit installer from Adobe's website. I'm using a Windows Server 2008 (64 bit)…
XenoFoxx
  • 21
  • 1
  • 3
2
votes
1 answer

how to serve php files on a Apache server (localhost) running Coldfusion/MySql?

I'm still learning my ways around on my localhost server, whih is running Apache 2.2, Coldfusion8 and MySQL Server 5.5 (on Windows XP). I need to work on a site I inherited, which also ran some PHP scripts under the same setup. I have installed PHP5…
frequent
  • 167
  • 8
2
votes
2 answers

Updating JRun for ColdFusion MX7 running on IIS

Old, I know, but that's what I'm working with. I need to update to JRun update 6 (or 7) but the Adobe site only has a .exe installer. That installer wants to update C:\JRun4\. That folder doesn't exist, and my JRun.exe is in…
Kendrick
  • 121
  • 3
2
votes
1 answer

Is there any way to log all changes made to ColdFusion Administrator settings?

Is there any way to log all changes made to ColdFusion Administrator settings? Sometimes people make changes without documenting them, and then when something goes wrong, we have to search to find the cause of the problem. I'd like to have a log of…
Eric Belair
  • 301
  • 2
  • 12
1 2
3
14 15