Top "Railo" questions

Railo is an Open Source (LGPL) rapid application development platform implementing the general-purpose CFML language, compatible with Adobe ColdFusion's implementation but with various extensions/updates.

How to do a cfdump inside a cfscript tag?

In order to debug I would like to dump certain variables on to my web page. How can I do …

coldfusion railo cfml openbd
how to create new database in H2?

I have a site running locally on MySQL i want to run it on H2 database. I have just run …

h2 railo
Tomcat possible memory leak

The university I work at uses a Tomcat/Railo server to render ColdFusion pages. For about 6 months (before I was …

java tomcat coldfusion railo
Trying to find a syntax highlighter for ColdFusion in Notepad++

I use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a …

coldfusion notepad++ railo cfml
Verify mail server connection programmatically in ColdFusion

I'm using custom SMTP servers and would like to verify the connection when user enters his own server credentials. Exactly …

java coldfusion smtp railo cfml
Is ColdFusion on Linux/Apache stable?

I'm working on a site that still has a lot of scripts in ColdFusion. I need to move it to …

apache coldfusion railo cfml
cfqueryparam with like operator in ColdFusion

I have been tasked with going through a number of ColdFusion sites that have recently been the subject of a …

coldfusion railo cfml openbd
Capitalize first letter of first word in a every sentence in ColdFusion

I want to get a string like this: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec tempor pulvinar enim! …

regex coldfusion railo cfml
Nginx client_max_body_size not working in Docker container on AWS Elastic Beanstalk

I'm having a problem where nginx seems to be ignoring (or overriding) my upped client_max_body_size directive in …

ubuntu nginx docker amazon-elastic-beanstalk railo
Difference between AUTH_USER and REMOTE_USER cgi variables

The docs aren't entirely clear on this - is there a difference between these variables? On IIS at least they …

iis coldfusion railo openbd