Hi Michael, I tried getting creative in figuring out how to prevent Railo from throwing a missing include error when someone types in a non existent cfc in the...
hello atomi there is no standart way to do this at the moment but you can diable it the following way create a mapping for "/railo-context/admin/" and point it...
hi atomi with the current version you can only handle it on webserver level. in railo 1.1 you will have 3 ways to do this. 1. change global error template 2....
Hi WEI you dont must register the jar. the app server loads automaticlly all jar files in lib dir on startup. with this lib im not shure how the class name is....
you must not remove the mapping "/railo-context/" because you will lose the files for cfform debugging aso. only at mapping "/railo-context/admin/" then you...
Is there some one who success installing Speck CMS (speckcms.org) on Railo? Would you like to share your experiement about that with us? ahmadie thaha Ahmadie...
Not technically a Railo issue, but I'm getting lost on the Apache/Jakarta pages, so hopefully someone here can help... I've got Apache 2 all nicely setup with...
When a form's enctype="multipart/form-data" Railo's form struct blows up whenever it sees a '%', which results in missing form variables. Here's some code that...
matthewklevine
matthewklevine@...
Jul 12, 2006 7:24 pm
197
Hello Matt We have already fix this bug for railo 1.0.0.027 that will be avaiable soon. greetings michael...
Hi, I have to set up a redundant system with at least two railo machines. Is this possible without buying a hardware-loadbalancer? If yes, how? I would prefer...
... I am also interested in doing this, but i need to do it under linux...
bktraderstaff
bktraderstaff@...
Jul 13, 2006 4:33 pm
203
Hallo michi please consult the following documetation http://www.caucho.com/ resin-3.0/config/balance.xtp hope this will answer your question, if you have any...
Hi Michi, thanks. So I have to get two machines to try it. So bktraderstaff, this should also work on Linux. Hope you have two machines for playing with this...
Ok, so since nobody replied I decided to give it a go myself, and have (hopefully) produced a working Railo dictionary for CFE (with the help of Jordan Clark)....
Yes Peter, me too. Thank you very much. Since we have a lot to do at the moment, we apreciate every help we can get. I will let you know, as soon as I have ...
Which version do i need to cluster with? I am assuming I need the pro (the $200 one). Can anyone verify this? ... machines ... please ... administrator...
bktraderstaff
bktraderstaff@...
Jul 14, 2006 3:45 pm
209
yes you need the pro do have support for j2ee sessions, that you need to cluster greetings michael ... Greetings / Grüsse Michael Streit Technical Support ...
Okay, I have uploaded the first draft to the files section here. ( http://groups.yahoo.com/group/railo_talk/files ) Download and extract it and you should get...
I am trying to setup railo so that the root directory (localhost:8600/) points to C:\CFusionMX7\wwwroot, which is also my cfmx root dir. I can't get it to work...
bktraderstaff
bktraderstaff@...
Jul 14, 2006 11:05 pm
212
Hi there, what you can do is the following: use the followin setting for your default directory: <host id="" root-directory="c:/cfusionmx7/railo"> <!-- -...
So does that mean I can't point it at my /CFusionMX7/wwwroot folder? I mean, i guess i could switch my Apache settings to correspond to railo. -jeff ... ...
bktraderstaff
bktraderstaff@...
Jul 15, 2006 3:42 pm
214
of course... as mentioned... <host id="" root-directory="C:/CFusionMX7/wwwroot"> <!-- - configures an explicit root web-app matching the - webapp's ROOT ...