Questions tagged [railo]

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. Don't forget to also use the `cfml` tag for any Railo questions involving the CFML language or any general CFML concepts.

Railo is an Open Source server-side rapid application development platform which implements the general-purpose CFML language, partnered with JBoss, and compatible with Adobe ColdFusion's implementation but with various extensions/updates.

When asking Railo-related questions, remember to indicate which servlet engine you are using (e.g. ,,,etc), which installation method used, and any CFML frameworks you might be using. Documentation can be found at http://railodocs.org

Don't forget to also use the tag for any Railo questions involving general CFML concepts. If your question/code is for both Railo and ColdFusion, use both and tags.

446 questions
0
votes
3 answers

WebSockets noob working with Railo

I am admittedly a complete noob in all things server, Linux, and websockets. I finally managed to set up a VM running Apache, Tomcat, and Railo that I could connect to and serve up CFM pages, all the while learning UNIX command line navigation,…
user446882
  • 357
  • 5
  • 16
0
votes
2 answers

Railo error when trying to use CFC via AJAX

I have been unable to get Railo to work with a new CFC on a test page and keep getting a "Railo is not defined" in the Error Console The Error Console highlights this section: var _Railo_proxytest =…
user1009749
  • 63
  • 3
  • 8
-1
votes
1 answer

Cannot create members with special character surname

I am working on a software where I cannot create a new member (ie person) with special characters in the surname. For example, the surname cannot be "O'Connor", because it contains a special character. But that type of surname can be added in…
-1
votes
1 answer

Common way to execute a stored proc from both ColdFusion and Railo

I think I've gotten the most simplest scenario built. I just want to pass it by everyone for a sanity check. Here's the idea: GetErrorCodes.cfm does the following: response = new ErrorCodes().WhereXXX(); // ACF or Railo, doesn't…
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
-1
votes
1 answer

Looking for Debugger for Railo 3.2

I am looking for a debugger to debug my Railo 3.2 application. The apache web server forwards all requests to Railo 3.2 which running on top of tomcat via jk module library. I wonder if I can setup breakpoints and debug the code. I had a look at…
Romaan
  • 2,645
  • 5
  • 32
  • 63
-1
votes
2 answers

column not found in query, but it is in column list

I'm trying to parse a CSV using the CFCSV custom tag. Here's my CFML code:
Kevin B
  • 94,570
  • 16
  • 163
  • 180
-1
votes
2 answers

Using CFHTTP with HTTPS domain in Railo

I keep getting Connection Failed when trying to request data from a page that is on an https:// domain. I did install the ssl cert using the built-in section of the railo admin at…
Kevin B
  • 94,570
  • 16
  • 163
  • 180
-1
votes
1 answer

Railo is caching my cfc's and templates

I'm currently developing a cfc in railo. Every time I make a change to the cfc, I have to go into the admin and clear all four caches in order for me to see any changes. Under Settings > Performance/Caching, Inspect Templates is set to always. Under…
Kevin B
  • 94,570
  • 16
  • 163
  • 180
-2
votes
2 answers

Are there any benchmark tests that compare ColdFusion to Ruby?

This is not a "which language is faster question." Are there any benchmark tests that compare ColdFusion to Ruby? I've found a lot on Ruby, but there's very little on ColdFusion. It's interesting and informative to look at benchmarks on…
Mohamad
  • 34,731
  • 32
  • 140
  • 219
-2
votes
0 answers

Lucee renders cfdocument margins differently than Railo

We've recently switched from Railo on Windows to Lucee on Linux. However, I'm now noticing that there is a difference between how cfdocument is rendered, when using margins. We build PDF documents with a random length/height footer, which can be…
Jewwy
  • 7
  • 4
-2
votes
1 answer

SES url's with Railo/tomcat that have dynamic subfolders

I've had success getting SES urls to work such as http://mydomain.com/index.cfm/foo/bar using /index.cfm/*, however this only works for the root and if the folders are known. If for example i have a sub folder with a child…
Kevin B
  • 94,570
  • 16
  • 163
  • 180
1 2 3
29
30