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

Cannot start server in coldfusion builder 2

I have installed Adobe ColdFusion builder 2 and was able to set it up, using this tutorial http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html After I restarted my computer (for some updates to take effect), I am unable start the server I…
alex28
  • 107
  • 3
0
votes
1 answer

Coldfusion server spiking and acting up

I have a question about a coldfusion server my company is running at the moment. We have about 50 active websites running on it and we get an average of 1 request per second. We have recently started working with a client that sends us 32 requests…
0
votes
1 answer

ColdFusion 9 Crashed, No Clues Other Than an Apache Entry

We are on a Windows Server 2003 VPS running ColdFusion 9, Apache 2.2, and MySQL. We host approximately 75-85 sites on this server running on a shared codebase(homegrown CMS). At around 1:05-1:10 EST, none of the sites were responsive. Attempting to…
Sean Walsh
  • 103
  • 4
0
votes
1 answer

Can't connect to MySQL 5.0 with ColdFusion 6.1 + JRun

Obviously, this is not a desirable platform in 2011. :-) HOWEVER. . . . I was using ColdFusion 6.1 and JRun to connect to MySQL on another host. It seemed like it connected okay, but I kept getting: []java.sql.SQLException: Invalid authorization…
hourback
  • 288
  • 1
  • 5
  • 16
0
votes
1 answer

How to configure Coldfusion web root location

I have CF9 on Windows Web Server 2008 R2 using IIS 7. Initially it was installed to use IIS7, but then I amended the jrun.xml file to use the internal CF web server and restarted and was then able to serve cfm pages from cf_root/wwwroot using the…
Saul
  • 281
  • 3
  • 9
  • 17
0
votes
2 answers

How do you change ColdFusion 9 temp directory for uploads (CFFILE)?

I would like to change my CF9 Linux (Apache) servers temp directory where ColdFusion uploads files to before going to a users path. How can this be done? Someone recommended this but CF9 errored: Look in the jrun.xml file under the server-inf…
0
votes
1 answer

Getting deployment error for ColdFusion 8 RDS on JBoss. How to fix this?

I have deployed ColdFusion 8 on JBoss 5.1.0. During the CF installation only two WARs have been created instead of one EAR, no porblem. I am able to start the CF admin gui but i get the following error when the rds.war should be…
mrt181
  • 171
  • 1
  • 10
0
votes
1 answer

HaProxy + IIS pages gradually get slower

we are having an issue with our HaProxy w/ IIS and ColdFusion setup. The setup works fine however pages gradually degrade in response time going from 2-3 seconds to 3-4 mins. The odd part is that a restart of IIS fixes this issue and the pages fly…
user59678
0
votes
3 answers

Cold Fusion Hosting

This may not be the place for this question but I am sure several people have some good insight to it. I am a LAMP developer and have recently been given the task of porting a clients existing Cold Fusion site to another hosting company. I would…
jnolte
  • 285
  • 1
  • 4
  • 11
0
votes
1 answer

JDBC not seeing updated table structure

I am using Coldfusion 8 which is connecting to SQL Server 2008, the problem is I have updated a table adding a new column in SSMS, but the JDBC connection is still 'seeing' the table prior to the change. How can I essentially 'refresh' the JDBC…
cas06d
  • 125
  • 1
  • 5
0
votes
1 answer

Automatically restart Coldfusion at set intervals on IIS 7.0

What is the easiest way to tell IIS7 to restart Coldfusion Server at set time intervals (every 6 hours for example) without paying for something like Service Hawk?
Kevin
  • 169
  • 1
  • 7
0
votes
2 answers

How can I install cold fusion on CentOS?

I have to install cold fusion. I know nothing at all about it. I was, in fact, surprised it was still being used. Server is Centos5 with whm, Apache 2.0.x Can anyone point me in the direction even to get started? There is no open source version…
chiggsy
  • 1,586
  • 1
  • 15
  • 20
0
votes
1 answer

Installed ColdFusion 9 Developer Edition. How do I view CF pages in my browser?

I have just installed ColdFusion 9 Developer Edition on my Windows Vista machine for development purposes. Unfortunately I have yet to locate any documentation or tutorials as to where I place my files and how to view them in a browser. A point in…
John Conde
  • 191
  • 1
  • 6
  • 17
0
votes
1 answer

CF9: what is jrun_iis6_wildcard.dll intended for?

I just finished installing an application on a server running ColdFusion 9 (2008 R2 64bit) The application I installed does not use CF, but an isapi dll. To run my application, I need to delete an handler using jrun_iis6_wildcard.dll that seems to…
Stefano
  • 135
  • 1
  • 7
0
votes
2 answers

Should I install software on a "SAN"

I need to set up ColdFusion 9 on a ubuntu server that has a SAN disk mounted. Is it appropriate to install the CF server software on this disk? I don't really understand the ins and outs of what a SAN is, so I am not sure if the intention is for…
user38939
  • 495
  • 1
  • 4
  • 7
1 2 3
14
15