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

Migrating to CF9: trouble getting JRun working with SSL

I have a client on MX7 who wants to migrate to CF9. I have a dev environment for them on my WinXP machine where I've configured MX7 to run with JRun's built-in web server. I've had that working for a long time with both regular and SSL…
DaveBurns
  • 205
  • 1
  • 3
  • 7
0
votes
1 answer

Multi-Application Server Environment and Memcached Security

We are looking to integrate Memcached into our infrastructure, but have a security concern before we do. We run several platforms including ASP.NET and Coldfusion and have many app developers working many little applications across the different…
jocull
0
votes
1 answer

ColdFusion log files - application.log

So, I would like to understand some more things about colfusion log files and in particular application.log. In particular, I had my site scanned by some malicious people and I would like to know if they retrieved any data from me. I did notice that…
oolnux
  • 1
  • 3
0
votes
2 answers

JRUN EATING 100%OF CPU

We have a server with the following spec: Intel Dual Core, 4GB. We have MainEnable, Coldfusion, PHP, ASP and Mysql running on same server. We have about 500+ emails account for Mail Enable. We have about 91 domains. I need to find out what is the…
cantalarana
-1
votes
1 answer

IIS has arithmetic overflow when viewing worker processes

Using IIS v7.5.7600 and clicking on 'Worker Processes' I get this error pop up: There was an error while performing this operation. Arithmetic operation resulted in an overflow. This is on Windows Server 2008 R2 Enterprise SP1 run by a well-known…
MerlinMags
  • 129
  • 1
  • 6
-1
votes
1 answer

ColdFusion 8 + Jrun on Windows Server 2008 R2 - trouble restarting

We have a legacy application with mainly Coldfusion 8 code, on Jrun4 application server on IIS 7 / Windows Server 2008 R2 (have to keep this going until it can be replaced). It crashes or becomes unresponsive occasionally and we've always brought…
-1
votes
1 answer

ColdFusion 8 connectors not working with IIS-8

Coldfusion 8 installation on Windows 8.1 is causing issue. Since IIS-8.5 is the version of IIS, we are unable to create bindings using wsconfig. It looks like support is only till IIS 7. Are there any updates/hotfixes for tackling this?
rrk
  • 99
  • 3
-1
votes
2 answers

Access forbidden! using xampp on macosx 10.5

I installed xampp back around January 2009, and CF8 to test coldfusion on my macbook (note: I do not think that this issue is related to CF, but only xampp). I only ever used the apache part of xampp, and this was working for over a year. In the…
erikvold
  • 99
  • 1
  • 1
  • 3
-2
votes
1 answer

Whats the best server-language for programing a Webcrawler?

I would like to ask what language: ASP.NET / Ruby / CGI / Perl / Python / ColdFusion... would be the bes for programming a Webcrawler and for processing the contained information???? (it should be used for Data-Mining) Fastest at runtime?…
1 2 3
14
15