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
1
vote
0 answers

IIS Sites Randomly Become Inaccessible

Server Config: Windows Edition: Server 2012 R2 Standard (with most recent updates) Processor: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz (2 processors) System type: 64-bit OS, x64-basd processor In IIS, I have 1 FTP site that is publicly accessible,…
Eric Belair
  • 301
  • 2
  • 12
1
vote
0 answers

Coldfusion 2018 .htaccess file rewriterule not working for .cfm files, Tomcat AJP13 "reuse is set to false"

I have an .htaccess file in a /reports/ folder with the following rule: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.cfm?path=$1 [L,QSA] There is an index.cfm in the /reports/ folder that loads a…
Pete
  • 293
  • 1
  • 5
  • 20
1
vote
0 answers

How to hide the IIS 8.5 Header when response code 403.7 is returned?

We have a ColdFusion 11 website, requiring client certificates, running on a publicly accessible Windows Server 2012R2 running IIS 8.5. There is a URL rewrite rule in place to remove the value set in the response header for Server. This rule is…
0
votes
1 answer

JBoss Problems on Windows with JBoss service start and CF9 Deployment!

i have downloaded JBOSS 5.1 and unzipped it to c:\jboss-5.1.0.GA. I have installed java jdk1.6.0_17 and i am using Windows XP SP3 (Dev-Environment) I have two problems. I am not able to use it as a service. I get the local JBoss website…
mrt181
  • 171
  • 1
  • 10
0
votes
1 answer

ColdFusion 11 update 14 OS migration

Currently we have servers running on Coldfusion 11 Update 14 and the windows version is 2008 R2. Our company is planning to migrate from windows 2008 to 2016. Does CF 11 update 14 servers support windows 2016? Thank you.
0
votes
1 answer

How can I restore a ColdFusion 2016 server with license key intact?

In ColdFusion 8, 10, and 11 it was possible to make a snapshot of a server running ColdFusion Enterprise and restore that snapshot with the license key intact. Just copying the install directory from one server to another caused the second server…
andrew lorien
  • 441
  • 3
  • 10
0
votes
2 answers

Caching in a clustered environment

Caching your data in your application code is generally a good idea for many reasons. We have being doing this for quiet some time in our shared environment which includes ColdFusion, .NET, and PHP. However, because we share this environment with…
Jason
  • 145
  • 5
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
  • 9
0
votes
1 answer

ColdFusion server instance is taking too long to start

I am using ColdFusion 2016 development edition. I have 3 instances configured and 3 applications in it. One of the applications is a big one, which uses multiple frameworks like ColdSpring, FW/1, FuseBox, MXUnit etc. After a few days since I set up…
Vineesh
  • 101
  • 2
0
votes
2 answers

ColdFusion 8 Upgrade License

Possible Duplicate: Can you help me with my software licensing question? Is it possible to upgrade the developer's edition of ColdFusion 7MX to ColdFusion 8 using a upgrade license instead of a full license?
Sam Kwok
0
votes
1 answer

Coldfusion 11 CFIDE wont serve .cfm files after update

I've just updated a CF server to apply the latest hotfixes, via the CF administrator, restarted the server, all the sites back up, lovely. But now I can't get into the CFIDE folder. It's locked by IP to my location, I checked the neo-security.xml…
Pete
  • 293
  • 1
  • 5
  • 20
0
votes
1 answer

Search service installation on existing ColdFusion 11

We have ColdFusion 11 installed and working on production Windows Server 2012 R2 server. Search Services and Solr were not initially installed. What would be the steps to add them now? Is there a simple way to do it on a running system? Your input…
0
votes
0 answers

Coldfusion 11 version not updating after hotfix installed

After installing Hotfix 11 on Coldfusion 11 my version number is stuck at 11,0,03,301867. It shows the update level correctly at chf11000011.jar. The Server works, however it shows 8 updates are not installed (it was fewer before the update).
Tyler Clendenin
  • 197
  • 1
  • 1
  • 10
0
votes
1 answer

Has Coldfusion 2016 changed the administrator password storage/access in any way?

I have been using an application successfully for many years on all versions of CF prior to 2016. The tool generates DAO code for the objects in your database, and is called Illudium CFC Generator. (http://cfcgenerator.riaforge.org/) To log into…
0
votes
1 answer

Help me configure Coldfusion MX 7 to connect to LDAPS

I need to replace two web servers with IIS 6 and Coldfusion MX Enterprise, but I'm having trouble connecting to LDAPS with the replacement servers. I followed the instructions at http://kb2.adobe.com/cps/191/tn_19139.html, to no avail. I know that…
JamesCW
  • 309
  • 1
  • 4
  • 16