railo Questions

3

I have a site running locally on MySQL i want to run it on H2 database. I have just run h2.jar file for console on the browser but whenever I Log in I have seen the list jdbc:h2:/var/www/mysite/dat...
Manassas asked 23/6, 2014 at 18:33

6

Solved

(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 (Num...
Reddick asked 30/6, 2010 at 7:13

4

Solved

I'm having a problem where nginx seems to be ignoring (or overriding) my upped client_max_body_size directive in a Ubuntu Docker container on AWS Elastic Beanstalk. This is preventing users from up...
Rainarainah asked 2/12, 2014 at 10:25

6

Solved

I use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a quick fix on pages outside the project scope that is easier to accomplish in a simple text editor. ...
Estes asked 16/11, 2010 at 13:59

2

Solved

How can I view undelivered mails in railo server? Does it have any undelivered mail folder in server admin? smtp server name and password are provided properly. And my network connection is also ...
Time asked 26/5, 2014 at 8:56

1

Solved

I am trying to invoke a component using the new keyword but it is not working. The following method below works fine: <cfset test = CreateObject("component", "test-objects.shipping_new").init(...
Iou asked 30/3, 2016 at 16:34

1

Solved

I am migrating a very old app (currently running in CF8) to Lucee. But I am running into a problem with what appears to be a custom tag of some sort. I have tried to make sure that all the virtual...
Preengage asked 8/12, 2015 at 20:19

7

Solved

In order to debug I would like to dump certain variables on to my web page. How can I do that from inside a cfscript tag? I tried the following but it isn't working: <cfscript> ... <cf...
Laughable asked 19/5, 2009 at 15:52

1

Solved

I have some code which works under Railo, but am trying to get this particular app working on CF10 and CF11 It's a cfWheels app, and I've got a BCrypt.class file in the /miscellaneous/ directory. ...
Shaum asked 26/5, 2015 at 9:11

1

Solved

I have this code: <cfdump eval=server> And it outputs top-level keys for coldfusion, java, lucee, os, separator, servlet. Note that railo is not listed there. However if I do this: <c...
Ceria asked 7/2, 2015 at 18:53

2

Solved

I want to pass an optional array parameter to a function. If the parameter is not provided, the array should be empty. I tried the following: <cfargument name="time_blocks" type="array" require...
Longfaced asked 7/1, 2015 at 20:1

1

Solved

With this code: <cfset foo = {}> <cfset exists1 = !isDefined("foo.foo")> <cfset exists2 = isNull(foo.foo)> <cfset exists3 = isNull(foo['foo'])> Railo passes ok (all True)...
Pithy asked 14/8, 2014 at 9:35

3

Solved

We are currently using Adobe ColdFusion 9 for a rather large application. We are thinking about moving to Railo or Blue Dragon. What problems will we run into? Will it require a large amount of...
Peppel asked 19/6, 2014 at 14:46

1

Solved

The following link http://127. 0. 0. 1:8888/.../index.cfm causes an error in Railo's built in server. Can anything be done to keep this from happening?
Aleph asked 25/10, 2013 at 16:3

2

The university I work at uses a Tomcat/Railo server to render ColdFusion pages. For about 6 months (before I was hired) the servers have been randomly crashing at different times, usually runnign s...
Gironde asked 19/9, 2013 at 15:40

2

Solved

I have been tasked with going through a number of ColdFusion sites that have recently been the subject of a rather nasty SQL Injection attack. Basically my work involves adding <cfqueryparam> ta...
Elisabeth asked 5/9, 2008 at 19:0

1

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...
Embody asked 16/3, 2013 at 16:49

2

Solved

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 inp...
Baeda asked 11/1, 2013 at 22:33

1

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...
Kodiak asked 19/12, 2012 at 13:42

1

Solved

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 'clie...
Awe asked 30/10, 2012 at 11:49

10

Solved

What are the best practices for securing a coldfusion webpage from malicious users? (including, but not limited to, sql injection attacks) Is cfqueryparam enough?
Forward asked 18/3, 2010 at 17:54

2

Solved

I would like to put all of my CFC into /components folder and be able to call them from different places in application eg. from /forums/index.cfm. How would I go about setting the mappings?
Dummy asked 22/8, 2012 at 12:58

3

Solved

Does anyone have a good way to set up multiple CFML engines, and versions of them, together in a suitable environment for cross testing a CFML based application. Ideally, I'd like this to be Ubunt...
Twopence asked 1/8, 2012 at 19:59

2

Solved

When coding a cfqueryparam or cfprocparam, cfsqltype is optional. However, I've usually seen it coded. Are there any benefits to specifying cfsqltype?
Rurik asked 19/3, 2012 at 22:11

6

Solved

Given a query (pseudo-code): <cfquery name="myquery">SELECT * FROM stuff</cfquery> How do I get rid of the first record? In this case, altering the SQL is not an option. I have tried...
Hon asked 21/4, 2011 at 23:11

© 2022 - 2024 — McMap. All rights reserved.