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
2 answers

Do multiple Tomcat instances make sense on EC2 instances?

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 "spin up" multiple EC2 instances and load…
Jeromy French
  • 11,812
  • 19
  • 76
  • 129
0
votes
2 answers

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")){ check = "ok"; } writeDump(check ); If I run…
Tropicalista
  • 3,097
  • 12
  • 44
  • 72
0
votes
2 answers

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 requirements Thanks
Adzcqe Mi
  • 21
  • 1
0
votes
1 answer

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 couldn't find it in the database table. Suggested…
Michael Giovanni Pumo
  • 14,338
  • 18
  • 91
  • 140
0
votes
1 answer

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 the case of a global function library. I store my…
0
votes
1 answer

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 still don't see why it should give an error. I am…
0
votes
3 answers

How to duplicate a file?

How can I duplicate a file on my server? I can read it with but I want to duplicate it under a new name. I found but I can only duplicate it to another directory. I need to duplicate it in the same…
Willem de Wit
  • 8,604
  • 9
  • 57
  • 90
0
votes
1 answer

Railo Java error: java.io.FileNotFoundException

I have a windows server 2008 VPS running Railo 3.3. I am having a Java issue using the
jbard
  • 103
  • 1
  • 10
0
votes
1 answer

ImageScaleToFit - how to implement?

I'm new to Railo, moving away from ColdFusion 8 where my site used to used to use cfx_imagecr3. I believe Railo has ImageScaleToFit but I'm not sure if I'm using it correctly or if I need to add some kind of class/component? I've added it between a…
david-l
  • 623
  • 1
  • 9
  • 20
0
votes
1 answer

CFWheels - Why is allErrors() returning an empty array?

Yep... (me...again!) I am trying to troubleshoot some errors and when I go to dump allErrors() in my controller, it is simply an empty array, when I know for a fact it shouldn't be. link.cfc (model)
Michael Giovanni Pumo
  • 14,338
  • 18
  • 91
  • 140
0
votes
0 answers

Solrj timeout on Railo

We are getting a timeout when trying to do a solrj update to a remote solr server running solr 4.0. The server we are using to do the update is a Railo Apache Tomcat server running Railo version 3.3.5.002 and Windows 2008 R2. We are using ColdBox's…
user1235905
  • 145
  • 7
0
votes
2 answers

CFWheels - Plugins get deleted for no apparent reason

I had issues with plugins earlier, but it turned out to be a glitch with my host 'Hostek'. Okay I thought, I'll setup a local Railo / Tomcat environment and work locally. All works well...except plugins...again! No matter what I seem to do,…
Michael Giovanni Pumo
  • 14,338
  • 18
  • 91
  • 140
0
votes
1 answer

update() and save() methods result in "no matching method/function" in railo

I'm trying to run a very quick update query to record that a user's email address is confirmed (setting the confirmed [bit] column in my users table to 1 after they click a link sent via email). Here's the action that should do it:
Brian D
  • 833
  • 7
  • 11
0
votes
2 answers

Coldfusion ajax html submit

I am using railo and attempting to submit a tinymce text area via ajax. My problem is upon submission it seems that the html is stripped and the sql isn't actually updated. here is my code: function UpdateHome() { …
mzienert
  • 123
  • 1
  • 1
  • 7
0
votes
1 answer

JavaMelody on Railo: no SQL statistics?

I just added JavaMelody to my Railo Application server but I can't get SQL statistics. I followed this excellent post: http://aarongreenlee.com/share/monitor-tomcat-performance-with-open-source-software Maybe problem can be exported to other AS…
Fabio B.
  • 9,138
  • 25
  • 105
  • 177
1 2 3
29
30