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...
Is it possible to use "cfx_image_mx" which is written in C++, I am using Railix Railo 2.0 RC? If I have to use CreateObject how exactly do I do it? thanks,...
First off, I'd suggest using RC3 instead of RC1. There are quite a few bug fixes and enhancements that make it worth while. I'm just waiting for the release...
Terry Schmitt
terry.schmitt@...
Aug 2, 2007 4:10 pm
658
Hi, Actually Railo does only support Java CFX-Tags. But you could use ImageJ very easily. Look here: http://www.benorama.com/coldfusion/components/imaging.htm ...
Thanks for the info, however I'm determined that there must be a way to use a cfx C++ tag maybe with cfobject? There are several cfx tags out there written in...