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

Replicating Verity Collections across multiple Coldfusion servers

I have three load-balanced Coldfusion servers running my application. Any time I create or index a Verity Collection, the changes are only reflected on the server that handled the request. Is there a way to synchronize these changes to all my…
trevorv
0
votes
1 answer

Is it possible to increase the Maximum number of simultaneous CFC function requests on ColdFusion 10 Standard?

We build a REST API on a Coldfusion 10 Standard Instance. However, load tests have shown massive failure. We have narrowed it down to ColdFusion and assume it is limiting the number of simultaneous requests. Can this be adjusted in any way in CF…
0
votes
1 answer

CF11 upgrading to Apache2.4: "mod_websocket.so is garbled"

For security reasons, I was informed that I needed to upgrade Apache 2.2 to Apache 2.4, which would take care of OpenSSL vulnerabilities (SWEET32). I stopped Apache 2.2, disabled it, installed Apache 2.4 (and updated the references in the relevant…
phein 39
  • 1
  • 1
0
votes
2 answers

Creating a local domain name for application server, on a box where port 80 is already in use

I have a box running application server running on port 8500 and a web server on 80. I am trying to create a local domain name for the application server on 8500. I realize you cannot create a DNS record outside of port 80. However, I already…
0
votes
1 answer

Coldfusion - IIS only one website down

I have a ColdFusion server with one connector for IIS and multiple websites. From this morning only one website is down with Error 500 or "Service is unavailable". I have checked the web.config and it looks exactly like on the other website and…
user776720
  • 197
  • 3
  • 12
0
votes
1 answer

Application Pool failling with client_reset errors in httperr followed by 503 2 Disabled errors

On our server running Server 2008 R2 using IIS 7.5 we have one of our sites that stops responding to requests and eventually produces 503 errors. The site is also running Coldfusion 10. These failures are occurring every few days. When the problem…
John Sieber
  • 113
  • 1
  • 5
0
votes
1 answer

Prevent Coldfusion server from writing uploaded files to disk

Coldfusion writes uploaded files to it's temporary folder, where the cffile tag will pick it up. However I want my server to ignore uploaded files and not have them written to disk at all. How can I prevent Coldfusion from writing these files to…
Tyler Clendenin
  • 197
  • 1
  • 1
  • 10
0
votes
1 answer

Does ColdFusion use TCP Ports?

I am trying to access a link on our network. Whenever I try, the page times out. I have discovered that this link is a Adobe ColdFusion web page. Does ColdFusion use a TCP port other than port 80? I suspected that I have a Firewall issue however, I…
pgunston
  • 311
  • 4
  • 6
  • 16
0
votes
0 answers

Tomcat + Railo: Error to start

Today I run updates in Ubuntu 12.04. I have done a reboot of the server. But tomcat can no longer to boot. These are the errors: /opt/railo/railo_ctl restart * Shutting down Railo: Jul 18, 2015 4:16:05 PM org.apache.catalina.startup.Catalina…
Ivan
  • 101
  • 3
0
votes
1 answer

ColdFusion Server slow connection to dedicated database server?

We had our database and web server on the same box. For performance reasons, we are now off loading the database to a dedicated server. When updating the CFDSNs to the new server, the verification takes a long time (~30s) but it will connect and it…
HPWD
  • 127
  • 7
0
votes
1 answer

Why I am not able to access my hostname from anywhere but the local server?

I created a website on an IIS server with hostname 'www.cftest.local' When I access the website from the IIS server it renders my content as expected. But when I try to access this from my local machine, the browser says 'This webpage is not…
user3427540
  • 169
  • 2
  • 9
0
votes
1 answer

Re-Register CF9 Enterprise License with Adobe

We are changing web servers but keeping CF9 Enterprise for a bit longer. Both the old and new servers will be online at the same time while we cut over. How long can we run like this before Adobe sends us a nasty-gram or revokes the license?
Tom
  • 13
  • 1
0
votes
1 answer

Effectively Monitoring Server Load of Production Amazon AMI + Tomcat + Lucee Instance

Looking for advice as to effectively monitoring the load of a production web server. Preferably solution will be free or minimal cost (server is owned by a very small web development company - read one-man band). Server hosts multiple websites…
0
votes
0 answers

Need to downgrade Apache 2.25 to 2.8x and looking for precautions

Web Stack: OS: Windows Server 2008 R2 Web Server: Apache 2.25 ColdFusion 9 The mod_deflate.so is causing apache to crash and restart every 3-5 seconds which is obviously hurting server performance. On another server, we are running 2.8x and are not…
Tom
  • 1
0
votes
1 answer

Hiding .DS_Store in ColdFusion Built-in Server

By default, the ColdFusion built in Server shows .DS_Store files on MacOS. Is there a setting to hide these?
James A Mohler
  • 243
  • 4
  • 19