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

ColdFusion 11 and Java 8u25 and -XX:+UseStringDeduplication don't want to work

I have a ColdFusion 11 update 2 server and I wanted to try out new Java UseStringDeDuplication Setting that does work -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -XX:+UseG1GC -Xbatch -Dcoldfusion.home={application.home}…
James A Mohler
  • 243
  • 4
  • 19
0
votes
1 answer

CF64 on Server 2008x64 breaks pretty much everything else, how to fix?

I just installed CF64 on a WinServer2008x64 machine. Previously a whole array of classic ASP and ASP.Net apps were functioning, after the CF install they're not. I'm getting an http 500 on everything not coldfusion. I believe it's a mapping issue.…
None
0
votes
0 answers

How to configure Coldfusion 10 CFLDAP to use TLS instead of SSL2

We are using CFLDAP to authenticate users from a remote system. The remote system has now shut down SSL 2 and 3 due to the POODLE issue. Is there a way to configure either Coldfusion or Tomcat to use TLS as the outgoing connection?
JamesS
  • 1
  • 1
0
votes
1 answer

Problem with session variables using ColdFusion, Tomcat and Firefox

Any help is appreciated. When using cfimage to generate a captcha, we keep his value in a session variable. After the user submits the form, we compare the value of the captcha that the user entered with the session variable value. Like this: Step…
lfbn
  • 25
  • 3
0
votes
0 answers

Emails stopped being sent by server all of a sudden

I am not really a Linux admin (mostly focused on Windows) but we do have one WebServer that runs Red Hat 6. This server has a web app that runs on ColdFusion 10 (Update 14). I generally just login to it to update. Well, last week after the…
Lord Relix
  • 101
  • 1
0
votes
1 answer

New Server configuration need revising?

We have a web server running the following stack: Windows 2008 R2 64Bit Apache 2.2.25 ColdFusion 9 (32bit) Dual Hex Core 16GB Ram The server was pre-configured with ColdFusion 32Bit. Can we install ColdFusion 64 bit ON TOP of the 32 bit version to…
HPWD
  • 127
  • 7
0
votes
1 answer

Apache Issues on Windows Server 2008

I'm looking to reinstall Apache 2.2.25 since I continue to get these errors in the Windows Application log every 2-5 minutes: Faulting application name: httpd.exe, version: 2.2.25.0, time stamp: 0x51dd049c Faulting module name: zlib1.dll, version:…
HPWD
  • 127
  • 7
0
votes
1 answer

The MailSpool service is not available

I started getting errors: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The MailSpool service is not available. This exception is usually caused by service startup failure. Check your server configuration. It started happening…
Slaven
  • 11
  • 1
0
votes
1 answer

intermittent blank page issue on IIS 7.5 and Cold fusion 10 websites

We are getting intermittent blank screen on an IIS 7.5 website with ColdFusion 10. There was no error on IIS nor ColdFusion. Whenever this issue happens we need to restart/recycle application pool or restart ColdFusion services. Any ideas on what…
Riyas
  • 11
  • 1
0
votes
2 answers

Coldfusion File Upload Failure

SCENARIO - DEV: Customer uploads 104KB csv File is uploaded to specified directory then read and populated into data table. Request Size Limits Maximum number of POST request parameters 100 Maximum size of post data 20MB Request Throttle…
aparker81
  • 21
  • 2
0
votes
1 answer

Rammifications of maximum number of post request parameters

My team is undergoing a migration from Coldfusion 8 on Windows Server 2003 and IIS 6 to Coldfusion 10 on Windows Server 2008R2 and IIS 7.5. In our standard build for the CF10 servers, we've implemented a default value of 100 for the maximum number…
aparker81
  • 21
  • 2
0
votes
1 answer

ColdFusion 9 server not restaring - “Permission denied” errors

I had to restart my ColdFusion 9 server on CentOS because of a memory performance issue, but now the server won't restart again. When looking at cfserver.log I can see how there's "Permission denied" errors all along. The ColdFusion application…
Xevi Pujol
  • 117
  • 3
0
votes
1 answer

CF Website Migration

I am a System admin assigned the task of migrating a couple of Cold Fusion websites from a 2003 Server(SQLSERVER 2005) to 2012 Server(SQLSERVER 2008). I have the least idea or even a list of precautions to be considered beforehand. Could anyone come…
pulsarjune
  • 123
  • 4
0
votes
1 answer

Adobe Coldfusion Railo OpenBD Apache Tomcat Multiple Sites

Here's what I am trying to do, unless I am crazy: I am trying to use Tomcat with the multiple workers, so far I got OpenBD working, but having trouble with Railo, and will be tackling Adobe after. each engine deployed as a war separated by…
Chris Hough
  • 313
  • 2
  • 4
  • 21
0
votes
1 answer

CF8 installation error in Mac OsX using terminal

I am trying to install CF8 using the binary file on my mac (Mountain Lion 10.8.4) from the terminal. While I run the .app file it says 'Cannot run application because powerPC applications are no more supported' I dd change he permissions on the…