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 ...
0
votes
1answer
41 views
Railo 4 MissingInclude
I am running Windows 2008 R2 with Railo 4.
I am having a problem with Railo 4 not seeing the virtual directories defined in IIS.
I know that in ColdFusion 8, I just define the virtual directory in ...
0
votes
2answers
50 views
ColdFusion - Collection loop in cfscript
I have some tag based syntax that works in Railo.
<cfloop collection="#myArray#" item="j" index="i"></cfloop>
The above allows me to access the index 'i' and the item itself, 'j'.
I ...
0
votes
0answers
25 views
CFWheels - How to highight which posts a user has commented on?
I have a basic query to get all 'posts' in my database table 'posts'. Users who are logged in can comment on these posts. However, I want to be able to highlight (when viewing all posts) which ones ...
3
votes
1answer
38 views
How do I append to a struct set in CFPROPERTY?
I'm using <cfproperty /> to make use of implicit getters and setters in ColdFusion (Railo).
However, for more complex values like structs and arrays, how can I append to these?
<cfproperty ...
1
vote
2answers
55 views
jSoup - Is it possible to match elements with a minimum attr() length?
I can match elements in jSoup very easily, but then, after the fact, I need to check these values to see if they are at least longer than 1 character.
I was wondering if there was a way to match ...
0
votes
0answers
20 views
Railo Express - slf4j binding
I downloaded, extracted and ran start.bat and then I successfully browsed to localhost:8888. Looking at the command window, I see the following:
SLF4J: The requested version 1.5.5 by your slf4j ...
2
votes
1answer
27 views
Unexpected result in jSoup select() with ColdFusion
For some reason, I am always getting an odd result from my select() calls to the jSoup object.
Here is my code (I am trying to get simple title and meta tag values and insert them into my object ...
1
vote
2answers
40 views
How do I use WordPress alongside CFWheels?
Anyone with a bit of experience with CFWheels will know how awesome it is, but also how fiddly it is with its placement in the web root / sub-folders etc.
I have a CFWheels website, that I would now ...
0
votes
2answers
30 views
CFWheels on Railo Stops working
I am running CFWheels, Railo on Amazon EC2 windows instance. Every few days the services of tomcat stops working and I have to restart it. It does not give me any error, it just displays "Service ...
1
vote
1answer
41 views
RAILO with sftp
RAILO support sftp mapping which we can use with cffile tag for various operation, more information at
https://github.com/getrailo/railo/wiki/Railo-Resources#mappings
I can create mapping like
...
2
votes
1answer
55 views
NULL POINTER error when using ObjectLoad(ObjectSave())
Update this has been filed as a bug in ColdFusion, https://bugbase.adobe.com/index.cfm?event=bug&id=3546237
I've been having a problem with CF9 and NULL POINTER errors that do not appear to be ...
1
vote
0answers
44 views
Stack size too large error when compiling site from the Web Administrator
I am attempting to compile our site from the Railo Web Administrator on a new build server we have just configured. It has the latest installation of Railo 3 that was installed using the Helicon Zoo ...
0
votes
3answers
47 views
How extensive is your use of cfscript over tag based commands?
Now that we're on a cf10 server, I'm exploring the cfscript syntax with all my pet projects.
For example: my base template for all my pages could potentially change from:
<cfinclude ...
1
vote
1answer
74 views
Extend ORM persistent CFCs in parent/sub application
I'm working on a parent/sub application structure in CFML (Railo) and I'm struggling with extending my persistent (ORM) CFCs.
What I'd like is for my persistent CFCs to live in the parent ...
2
votes
3answers
51 views
ColdFusion (Railo) QoQ - Nulls Last
My understanding is that nulls last is not possible with QoQ. How do I trick coldfusion into sorting null values last whether i'm sorting the row ascending or descending?
I've tried using case in the ...
3
votes
2answers
86 views
ColdFusion - Enabling ORM stops onApplicationStart from running
Can anyone explain this behaviour to me?
I have set up a bunch of application scoped settings in onApplicationStart, and some of them are referred to in onSessionStart. However, when I enable ORM, it ...
8
votes
1answer
124 views
Extending ColdFusion with application wide UDFs
I've been exploring different methods of structuring my ColdFusion applications and I'm looking for some opinions on the best way to provide application wide UDFs.
For each of my apps, I generally ...
0
votes
0answers
74 views
Do multiple Tomcat instances make sense for Railo on AWS?
I'm installing Railo on an AWS EC2 Ubuntu instance. I came across this guide for installing Railo on Ubuntu with multiple Tomcat7 instances, which prompts the following question.
Given the ability to ...
1
vote
1answer
86 views
What would cause a tomcat 404 with Railo 4 and mod_cfml for SES urls like /index.cfm/event/main.home?
I'm getting:
HTTP Status 404 - /admin/index.cfm/event/main.welcome
type Status report
message /admin/index.cfm/event/main.welcome
description The requested resource is not available.
Apache ...
0
votes
0answers
72 views
FireBase connect to server (Not NodeJS)
So I've seen this answer Using NodeJs with Firebase - Security that talks about syncing NodeJS with the Firebase data structure.
I don't use NodeJS (being a Railo/Coldfusion developer) and was ...
0
votes
2answers
72 views
Railo instanceof not working with Jsoup
I'm running a linux server with tomcat and Railo. If I try this simple code:
check = "";
jSoupClass = createObject( "java", "org.jsoup.Jsoup" );
if(IsInstanceOf(jSoupClass,"org.jsoup.Jsoup")){
...
2
votes
2answers
178 views
How to start programming CFML with Railo
I believe I am missing something big and obvious here. I have decided to start learning CFML. I installed the open source Railo Server and am saving to the correct path to run the cfm files from. When ...
1
vote
1answer
107 views
Is my query getting cached?
I'm used to Adobe ColdFusion and have been caching queries using cachedafter with a "simple" date:
<cfparam name="application.icons_last_changed" default="#now()#">
<cfquery name="get_icons" ...
0
votes
2answers
90 views
How do i configure Railo on Jelastic (PAAS) to work with multiple domains using Jetty?
How do i configure Railo on Jelastic (PAAS) to work with multiple domains using Jetty?
I found the configuration for Railo using Tomcat, but I would like to use Jetty because of the memory ...
0
votes
0answers
109 views
Deploy multiple wars to single web root
I need to be able to deploy multiple WARs (these will be separate web applications) on JBoss to a single web root (all accessible via same domain). Each WAR will have its own context root. Something ...
1
vote
2answers
88 views
How to detect if a script is running via a scheduled task
Is there a way to detect if a script is runned by a scheduled task.
I have a script which gives throws a ClientAbortException because I am using cfflush.
I need to detect if the script is running ...
4
votes
2answers
102 views
CFWheels - Should I be locally scoping my Wheels actions?
Say I have a very simple controller like so:
<cfcomponent extends="Controller">
<cffunction name="hello">
<cfset time = Now()>
</cffunction>
...
0
votes
1answer
56 views
CFWheels - Order = “random” is throwing a column error
For some reason, when I specify "random" in my order clause of findAll(), CFWHeels throws an error:
Wheels.ColumnNotFound
Wheels looked for the column mapped to the random property but
...
1
vote
1answer
82 views
Indexing queries in Railo
I went to the Web Administrator > Services > Search.
I manually create a collection with:
name "articoli"
path (a fake one, e.g. /tmp)
Italian language
Then in my indexer template:
<cfquery ...
2
votes
2answers
152 views
How to catch “coldfusion.runtime.MissingArgumentException” equivilant in Railo?
The following is done comparing Coldfusion 9.0.1 against Railo 4.0.2.002
I have the following (truncated) as the init for a cfc
component {
public myComponent function init(
required ...
8
votes
2answers
133 views
Different output from toBase64() in CFML on 2 different machines
FINAL EDIT: SOLVED, upgrading local dev to railo 3.3.4.003 resolved the issue.
I have to RC4 encrypt some strings and have them base64 encoded and I'm running into a situation where the same input ...
6
votes
1answer
147 views
FORM scope always empty? URL scope is fine?
I'm running a legacy CF Fusebox 5.5 app within Railo 4.0.2.002 Express with Jetty 8 on Mac OS X 10.8 with java 1.7.
I'm also using jetty urlrewrite http://tuckey.org/urlrewrite/ (if that's relevant)
...
2
votes
1answer
109 views
How to update a record with literal percent literal (%) in PostgreSQL without saving it as “\%”
I need to update a record, which contains literal percent signs, using PostgreSQL in Railo. The query looks like
<cfquery>
update foo set bar = 'string with % in it %'
</cfQuery>
It ...
1
vote
3answers
83 views
ColdFusion - How to get only the URL's in this block of text?
How can I extract only the URL's from the given block of text?
background(http://w1.sndcdn.com/f15ikDS9X_m.png)
background-image(http://w1.sndcdn.com/5ikDIlS9X_m.png)
...
1
vote
1answer
166 views
jSoup - How to get elements with background style (inline CSS)?
I'm building an app in Railo, which uses the jSoup .jar library. It all works really well in my CFML language.
Anyhow, I can grab every element with a "style" attribute doing:
<cfset ...
0
votes
1answer
138 views
Can you create a Solr collection in Railo with script?
ColdFusion 10 now supports this syntax for creating a Solr collection:
cfcollection supports script style syntax:
new collection().CREATE(collection="<collection_name>", engine="solr", ...
0
votes
1answer
107 views
How to reference global function library in CFML?
Dependency injection allows you to avoid referencing objects and scopes that are external to the object directly. You instead reference the injected dependency.
I want to know the best practice in ...
0
votes
1answer
255 views
Curl call to ColdFusion - Instagram
I'm not experienced with cURL at all, but from what I can gather, it's equivalent to cfhttp.
I want to work with the Instagram API and authenticate a user. Their example uses cURL.
curl \-F ...
1
vote
0answers
63 views
Railo logfile rotation management
On my Railo server the logfiles are rotated when 5 MB. I want to increase that size or I want to keep more logfile backkups. How do I do that? What config file did I miss?
1
vote
3answers
233 views
Looping over update query using script
Trying to figure out how to do this loop with script.
<cfquery>
<cfloop from="1" to="#arrayLen(myData)#" index="i">
<!--- update query with different paramaters --->
</cfloop>
...
1
vote
2answers
435 views
Tomcat and Railo need to be case insensitive for migration
I am migrating several large sites from ColdFusion, MS SQL and IIS to Railo, MySQL and Tomcat 7. The set up wasn't bad but there is a lot of old code that I will be re-writing where case was not ...
2
votes
3answers
251 views
How do you capture errors for an entire Application in ColdFusion?
I am currently trying to capture all errors in my application by including the following code in Application.cfc:
<cffunction name="onError">
<!--- The onError method gets two arguments: ...
0
votes
1answer
46 views
How to get my blog to properly list the OG information on FaceBook
I wonder if anyone could help me out here. I've been debugging and debugging. I tried putting aborts on the page in several places within the framework, both on the controller and view levels. But I ...
4
votes
1answer
68 views
What's the best way to set and store your Application and THIS parameters in ColdFusion?
I've got parameters I'm currently setting in ApplicationSettings.cfm and ThisSettings.cfm that I'm including into the Application.cfc. I want to keep these settings separate from the source code, ...
-1
votes
3answers
62 views
second partition for servers?
I'm about to re format my comp. I'v never used two partitions before.I just never had a use till now. I was thinking I might make the second just for my app servers Railo_CF and PostgreSQL. I'm ...
3
votes
2answers
161 views
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:
<cfset data = fileRead( "inputtest.csv", "utf-8" ) />
<cfcsv action="parse" data="#data#" variable="csv" ...
5
votes
3answers
346 views
How do I save/convert a 24-bit PNG as an 8-bit PNG?
I am creating images using ImageNew (and related) in Railo, which uses JAI under the covers.
When I save an image, I'm getting a 24-bit PNG, but I only need 8-bit. (Simply re-saving the file with as ...
1
vote
1answer
112 views
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 <url-pattern>/index.cfm/*</url-pattern>, however this only works for the root and if the ...
6
votes
2answers
164 views
How to install Railo on an Amazon Linux instance?
I have setup a new Amazon Linux instance, what are the next steps to install Railo on it?
1
vote
1answer
127 views
CFWheels - Multi-step form?
I am wondering how one would setup a multi-step form in CFWheels.
Clearly I would need to store form data in the session etc as I go, but I would like to know the best approach from a wheels ...



