I am getting the following error while testing Railo 2.0 with Reactor. Railo 2.0.0.001 Error (Lock) you must define attribute name or attribute scope The code...
Hi Terry, according to the CFMX documentation either name or scope has to be defined. That's what we implemented. Now it seems that CFMX is not behaving like...
Hi Gert, Here is one paragraph that discusses this a little further: "Lock scopes and names... ... Note: ColdFusion does not require you to identify exclusive...
Hi Terry we have fixed that bug for the next release (RC2) in some cases the livedoc can produce some missunderstanding, but our target is to get as close as...
Hi folks, Just wondered if there was likely to be a way of accessing Amazon S3 storage, using a Railo archive mapping? There's already a CFC available for...
David Low
david@...
Jun 16, 2007 1:00 pm
630
In Railo, cgi.path_info is empty, whereas in cfmx it is populated: cfmx6: url: http://localhost:8500/index.cfm/whatever cgi.path_info: /whatever Railo develop...
goboborz
goboborz@...
Jun 20, 2007 7:25 pm
631
how do the railo-server-directory and railo-web-directory init-params figure their relative path? <init-param> <param-name>railo-server-directory</param-name> ...
Railo RC 2.0.0.003 is avaiable for download at http://www.railo.ch/de/ index.cfm?treeID=98 Fixed many bugs and also done some performance issues. we have add...
Hello just joined - testing Railo 2 on WinXP Having a problem when I archive as .ra and .ras source If I leave source folder in place it works ok ModelGlue 1.1...
Hi Graham the thing is, that the xml is not included into the ra or ras-file when you create it over the administrator. Railo only considers .cf* files. So...
Can the built in database be used to create temporary tables to house queries during a Request when we want to run many query of queries so as to improve SQL...
arieljake
arieljake@...
Jul 18, 2007 7:34 am
636
Hi, yes it can. Railo already uses HSQL in order to execute QoQ. So just create a database somewhere in your filesystem and populate it accordingly... It is...
Well what you can do is that you use H2 in order to create inmemory tables. It really depends on your needs. What you can do in Railo is: First request: ...
I have try to install Railo 1.xx with Resin version on SME Server 7.1 (maybe the simplest linux server but secure). I follow the instruction provided by Railo...
Hi Ahmadie, have you called Railo over the Resin default Port (8600)? just call: http://localhost:8600*/railo-context/admin.cfm *This is the default link to...
Railo on SME Server 71 I assume that you have install SME Server 7.1 properly. Iwant to access my railo server with a new virtual host, http://railo.web. 1....
Pulled down and installed the RC 3 for Railo 2 this morning. Running on my Linux box. Starts fine, but I can't seem to stop it. When I run the "stop" script, I...
I'm testing RC3 with blogCFC. It loads fine and seems to function fine except for a problem with the SES URLs that blogCFC uses. When trying to access any URL...
Hi Terry, we are using blogCFC ourselves and had no issue with it. As far as I know, blog CFC depends on a certain CGI variable wich might not be set in the...
... As a follow up, I have found that if I don't run the startup script in the background, but leave it running in the foreground in a terminal window, I just...
Hi, ... Is this still the case? Is this feature included in Railo 2? Many thanks Ian...
ianbuzer
yahoo@...
Jul 25, 2007 7:27 am
648
Hi Ian we have planed that for railo 2.1, because we will add this feature together with cfthread/cfjoin, but for cf8 feature we wait until the cfmx8 is out. ...
I'm trying to map another directory to be "seen" by Railo. The directory is C:\mytest (contains a index.cfm file) In the administrator under mappings in the...
Hi Andrew, You need to consider two things. 1. You need to set up a top level mapping (properties of the mapping), so that you can reach it over the url, and...
I have sql 2000 on my PC which requires no username or password to connect. This I use with CF MX7 with no problem.... I am using Railix Railo 2.0 RCI. have...
Ok I got it working! I used the SA account (using "SA" as username and its matching password)....I still think its a bug though that one ought to be able to...