Tagged Questions

Railo is an Open Source server-side rapid application development platform, partnered with JBoss, and compatible with Adobe ColdFusion. NOTE: It is useful to also use the `coldfusion` tag for any Railo questions involving the CFML language. (The `cfml` tag is aliased to `coldfusion`.)

learn more… | top users | synonyms

9
votes
8answers
2k views

Is OpenBD or Railo a viable replacement for ColdFusion?

Has anyone here had any experience with running OpenBD or Railo in production? We have some legacy CF6.1 apps that need to be hosted somewhere and I'm wondering if OpenBD or Railo is stable enough for ...
7
votes
2answers
419 views

How do I generate an OpenOffice Draw document?

I want to create a flowchart in OpenOffice Draw. Since there's a lot of steps to show (and may change in future) but I can extract the data, I want to automate the creation with the following steps: ...
5
votes
2answers
137 views

Query caching to power jQuery autocomplete

I'm working on an application that requires an autocomplete field on a search form. The application is CFML on Railo 3.3. I'm using jQuery UI autocomplete and have implemented the lookup on the ...
5
votes
4answers
211 views

How can I do a “deep compare” or “diff” on two Structs?

(This is a coldfusion question) I've got two different Structs that may or may not contain the same data, and I want to be able to see if they do! My Structs will always contain simple values ...
5
votes
2answers
181 views

Is it ok to store large objects (java component for example) in an Application variable?

I am developing an app right now which creates and stores a connection to a local XMPP server in the Application scope. The connection methods are stored in a cfc that makes sure the ...
5
votes
1answer
632 views

How does one convert from a Java resultset to ColdFusion query in Railo?

The following works fine in CFMX 7 and CF8, and I'd assume CF9 as well: <!--- 'conn' is a JDBC connection ---> <cfset stat = conn.createStatement() /> <cfset rs = ...
5
votes
5answers
338 views

What pitfalls await me when i migrate from CF6.1 to CF8 or Railo3.1?

Google does not really deliver much content (or my query sucks). Has anyone made the switch and can share the experience?
4
votes
3answers
177 views

Will a CF code run on regular server?

I am tasked to integrate a CF code(about 70 lines) into our site then configure it to communicate to another site's server. However, our hosting site is just a typical server without CF support. Will ...
3
votes
2answers
132 views

Using hyphens in argument names

I am working with CFWheels and jquery mobile and am trying to pass some jquerymobile settings into a linkto call (mainly the data-icon attribute. I never new this before, but it appears to be that ...
3
votes
3answers
1k views

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 the same type of check as Adobe CF and Railo allow to do when adding mail ...
3
votes
3answers
187 views

Inexpensive CFML hosting on servers in EU

I'd like to change shared-hosting from servers located in US to EU in order to decrease number of hops and latency. Anyone having first hand experience with Coldfusion/Railo/OBD hosting providers ...
3
votes
2answers
314 views

Headless java servlet?

I've got a stand alone, headless, java server app that does a bunch of queue-based processing against a database that I'm thinking of migrating into a java app server. I've got plenty of back-end ...
3
votes
6answers
885 views

Coldfusion popularity

I've heard of Coldfusion being a server side technology for web app dev. Are there any statistics as to how widely it is used as opposed to PHP, Java Servlets and JSP or ASP.NET? Are there any ...
3
votes
3answers
169 views

CFML Design Pattern resources?

As with all development, CFML via ColdFusion, Railo or OpenBD we run into common programming problems. For these problems must programmer turn to patterns (or anti-patterns). However the classic ...
3
votes
2answers
760 views

Where does Railo store files created by <cflog>?

Where does Railo store files created by when using the file attribute? I.e. <cflog file="mylogfile" text="SOME ALERT HERE"> The 'Tag Reference' in the Web Administrator does not give an ...
3
votes
4answers
1k views

Railo, Tomcat IIS7 and default documents

I've set up Railo v3.1 using Tomcat v6 - on a Windows 2008 (32bit) server. Everything seems to work fine, except that no matter what I try, I can't get it to recognise my default document (index.cfm) ...
2
votes
1answer
42 views

Railo and Tomcat - where is the root directory

I have installed TurnKey Tomcat and deployed a Railo WAR. The default www directory does not seem to recognize .cfm files but notice that 192.168.91.128/railo is using a .cfm file. Is Railo and ...
2
votes
0answers
75 views

Railo CFHTTP SSL the trustAnchors parameter must be non-empty

I'm trying to issue a CFHTTP Call (via SSL) with Railo 3.3 and am receiving the following error: Unknown host: java.lang.RuntimeException: Unexpected error: ...
2
votes
3answers
87 views

ColdFusion Try Catch on loop through mail function

I've got a list of email addresses that an email is sent to. The mail function loops through the list from the database but if it encounters a malformed email address, it halts and breaks out of the ...
2
votes
1answer
60 views

using jopendocument with coldfusion/railo, how to add table row?

I'm using jopendocument 1.2 with Railo 3.3.1.000 from http://www.jopendocument.org/start_text_2.html List<Map<String, String>> months = new ArrayList<Map<String, String>>(); ...
2
votes
1answer
46 views

Railo; Indicate whether a cached query has been refreshed

Initial situation: Inside a function I'm caching a query using the cachedWithin attribute. Right below that cfquery tag I'm caching derived&related data into a struct stored in the SERVER scope. ...
2
votes
2answers
122 views

htaccess rewrite rules are not working with urls that end with .cfm

I'm working on fixing all my URL's to be shorter with 301 redirects. I have fix almost all of them, however there is a url that is ending with .cfm that will not rewrite. FROM: ...
2
votes
1answer
67 views

Using Railo 3.2 WAR with Tomcat vhosts

I've deployed the railo-3.2.3.000.war and I get the welcome page at http://localhost:8080/railo-3.2.3.000/ which is great but what now? How do I make my CFML-based vhosts actually recognise and use ...
2
votes
1answer
104 views

Using Terracotta with Railo/ColdFusion

I'm trying to set up Terracotta (Web Sessions + ehcache + hibernate) with Railo (Open Source ColdFusion Engine - www.getrailo.org). I'm able to start the Terracotta server, to connect the application ...
2
votes
3answers
140 views

Speed up QoQ's or an alternative approach?

I am building an application that performs a master query with many joins. This query data is then available to the whole application to play around with in a global variable. The query refreshes or ...
2
votes
1answer
168 views

How to make Railo/OpenBD process files under Tomcat <Context/> nodes?

I have a Tomcat host defined like this, with the WEB-INF of Railo OR OpenBD in the webapps/ROOT directory. <Host name="daves.cool.website.com" appBase="webapps"> <Context ...
2
votes
1answer
167 views

Large JSON packet causing remote CFC to be unresponsive during ajax call

I am doing an ajax post that submits a user's comment to a remote CFC via AJAX. The code works absolutely fine all of the time, EXCEPT when the comment character length gets to about 7300 characters. ...
2
votes
1answer
104 views

ColdFusion Builder validate against railo friendly operators “==”, “!=” etc

Anyone know a way to update coldfusion builder's validation rules to allow for Railo operators like "==", etc.?
2
votes
1answer
137 views

Fusebox 5 issues when replacing files

Today, no matter what I did, my application just would not recognise a change I did to a file I uploaded. I even put a cfabort at the top of the page and it just ignored it. Now, this is a production ...
2
votes
2answers
241 views

Running Railo and Adobe Coldfusion Server on the same server

I have several Coldfusion sites on a Win 2K3 IIS6 server and I wanted to ease into Railo. I was hoping to install Railo on the same server and just set up a particular IIS virtual host to use Railo ...
2
votes
1answer
352 views

Why doesn't railo read the customtag path like cfmx 6.1 does?

i am trying to migrate from cfmx61 to railo 3.1. I have customtags in this directory for cfmx61 C:\cfusionmx\customtags\myapp i copied the directory to {railo-web}/customtags/ and added this ...
2
votes
2answers
147 views

What's the best way to write engine-specific CFML code?

Sometimes it is necessary to write different code for Adobe ColdFusion vs Railo vs OpenBD, due to differences in implementation. Do people have a specific method that they use for this? For example, ...
2
votes
2answers
748 views

Setting up Railo in the same way as Multiple Instance Adobe CF

I'm looking to install Railo in the same way we currently do for Adobe CF. At present we run Adobe CF8 on top of JRUN 4, in a multiple instance setup. On our local sandboxes we use Apache as the web ...
2
votes
1answer
1k views

JBoss 4.2.3 EAR and Apache 2.2 virtual hosts with jk_mod serving blank white page

I have an EAR file I am trying to deploy alongside various WAR deployments on JBoss 4.2.3 The individual standalone WAR deployments are all working fine and are just a copy of the same application ...
2
votes
5answers
2k views

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 appear to be identical, but I don't want to rely on that if it might be different under ...
1
vote
1answer
36 views

Railo cfdocument saveAsName has no effect

I've created a reporting application on Railo. The last step of this is to allow the users to download their reports. For this, they click on a link which takes them to /download.cfm?report=reportid ...
1
vote
1answer
42 views

Railo server converts plus (+) to spaces

Weird thing I noticed on my Railo server. All + characters I pass in the url are automatically converted to spaces when I cfdump or cfoutput them. Any server setting to change so that a + will remain ...
1
vote
0answers
68 views

Consume complex data type from ASP.net webservice via Coldfusion on Railo

I have an ASP.net webservice that returned a dataset to a Coldfusion consumer. It worked fine while I was hosting my CFML with CF9 Server. But now that I've switched to use Railo, it returns an error. ...
1
vote
3answers
180 views

.htaccess Rewriting Tomcat Server

I am writing a website using Railo. My code is to be deployed on a Railo Server running on Tomcat, overlayed on a regular Apache+PHP server. I need to send all requests to ...
1
vote
3answers
80 views

Password Regex allowing © symbol at end of the word

I'm using the following Regex to ensure that a password only has alphabetic and numeric characters. if(! reFind("^[[:alnum:][:punct:]]", this.password)) { ...
1
vote
1answer
96 views

Ideal railo + tomcat vhost setup for busy production server

I'm migrating a lot of websites from Resin 3 to Tomcat 7 (centos 4/apache 2.20) and I'm struggling to determine what type of configuration matches my requirements. In particular: proxy_ajp vs mod_jk ...
1
vote
1answer
109 views

url rewriting with railo tomcat apache for cf wheels

I am new to cf wheels and would like to enable url rewriting. I have my wheels folder on a subdirectory at the root of my host. I believe I have my .htaccess file set up correctly but don't have the ...
1
vote
1answer
32 views

how to modify an exception object in Railo

try { // some error } catch (any e) { e.extendedInfo = 'New extended info'; //throw(e); //cfcatch.extendedInfo = 'New extended info'; rethrow; } When I (re)catch this exception ...
1
vote
5answers
331 views

What things should I consider before moving from CF9 to Railo?

I've been using ColdFusion 9 along with the ColdFusion on Wheels Framework for about 6 months now. I still consider myself a beginner, but I am comfortable doing most things I need to. I just started ...
1
vote
2answers
992 views

Tomcat configuration help: multiple ports not responding

My goal is to have port 80 and 81 listen and serve content from two distinct paths. I'm looking at replicating what I used to do with IIS and creating websites on specific ports. I took the base ...
1
vote
1answer
309 views

ColdFusion Error: could not initialize class java.awt.Color

I am working with Mura CMS on the VivioTech installer of Railo which is railo on tomcat and am getting the following error when I try to upload an image to the content. More specifically it is when ...
1
vote
4answers
764 views

What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion?

An attempt to capture notable differences between implementations: Adobe ColdFusion Railo Open Bluedragon (I'm aware of Smith, but don't believe it's still active). Include CFML and platform ...
1
vote
2answers
143 views

Load balancing question

Just a quick question. If I wanted to set up load balancing for my Railo / Coldfusion application with the least fail points, which of the following two setups would be most optimal and why? Or, ...
1
vote
1answer
237 views

RAILO - Configuring Amazon EC2 firewall to allow CFFTP

I have RAILO (Railo 3.1.2.001 final) installed on an AMAZON EC2 instance and everything seems to be working fine for the tests I have done. I can connect to mySQL and simple commands work. The ...
1
vote
1answer
52 views

Coldfusion / Railo paths question for live server

My website files are located with the folder structure as such: * Webroot ** mydomain ** sharedimages In IIS, my website is setup with www.mydomain.com pointing to Webroot->mydomain as ...

1 2