Within the next month or so, I am going to get a VPS from VIVO or KickAss and install Railo on it. If there is any interest from the community I will start up...
Gary, Go for it.;-) I have had several dedicated servers over the years and the VPS I got from Kickass is, aside from limited disk space, just as good, if not...
Gerald Guido
gerald.guido@...
Oct 2, 2008 2:00 pm
1632
... For Railo 3.0 you need to use AMF0, either directly or by using RemoteObjectAMF0 by Renaun Erickson. Railo 3.1 will use BlazeDS, I think that's the current...
Tom Chiverton
tom.chiverton@...
Oct 5, 2008 7:17 pm
1633
Thanks,Tom. i am so glad. but,can you tell me the detail how to do it? Thanks....
flashcqxg
flashcqxg@...
Oct 6, 2008 1:01 pm
1634
Viviotech is planning on offering railo VPS hosting as soon as it goes open source, which should be very soon. I have had a VPS account with them for some...
jeff_de2
jeffglad@...
Oct 6, 2008 1:56 pm
1635
Gary, This sounds great! I would be very interested in getting in on this! -Mark...
Mark Galeassi
aitf311@...
Oct 6, 2008 2:27 pm
1636
... http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=0&q=remoteobjectamf0+example There was also a fair bit of discussion in the list...
Tom Chiverton
tom.chiverton@...
Oct 6, 2008 10:56 pm
1637
Hi Michael, thank you for your answer. I'm just beginning to understand what's going on here. I persume you are setting the content length via...
Hi, Just to report: In Railo Server Administrator - "Security" - "Access" - "Web administrator", the comment for the field "Remote" isn't translated. Ronan...
I'm having a heck of a hard time finding where you 'install' a license. I've got the key, but see no obvious place to actually _use_ it to switch my developer...
Yep, I found it. Anyone know what file this modifies? We've got everything, including Railo, in source, and I want to make sure this license change is checked...
... Hash: SHA1 Hello everyone! I'm using the Railo Windows Installer with the built-in JRE/Resin, and I've updated to 3.0.0.006 I've installed to C:\Program...
Greetings, I just installed Railo 3.0 on a development machine already running CF8 and SQL Server 2000. I want to be able to run a site already running under...
christianready1969
christianready1969@...
Oct 8, 2008 10:08 pm
1646
... Hash: SHA1 Make sure the Datasource connection information are the same between CF8 and Railo. Test first in CF8 and then in Railo. It could be a tiny...
Thanks for the suggestion. I did verify all the settings were the same (database, SQL Server Instance, Port number, etc.) and I was also using the MSSQL Server...
christianready1969
christianready1969@...
Oct 8, 2008 11:57 pm
1648
Just to let people know, I had problems installing Railo as a EAR on JBoss 5 RC2 Installed RC1 and copied the EAR into that version and Railo started fine. ...
Christian, are you using an instance of SQL Server and not the default one? So I mean that is the connected database server in CF8 connected like this: ...
... Hash: SHA1 Hello, I have Railo 3.0.0.0006 on Resin on Apache 2.2.3 I want to enable Directory Browsing on Apache, but even if I enabled Options Indexes on...
We are currently running on cf6.1 and are planning to upgrade to cf8. Before doing so however we want to look at railo to see if it is a viable alternative for...
Hi please follow this steps: - go to directory WEB-INF/railo/security - rename existing file "cacerts" to "cacerts-org" or something else - copy your...
Paul, we are looking at this problem at the moment. We'll let you know asap what causes the problem. We will take your examples and test CFSTOREDPROC in Railo....
Paul, I have done exactly the things you mentioned on SQL Server 2000. It works just fine. Here's my code: <cfstoredproc procedure="PAUL_ADD_MYNAME"...
Gert, Yes, the code as you have used it, without the update after the insert, does work ok, I have just reread my original post and realised I didn't make that...
... Hash: SHA1 I'm using the standalone windows installer, so I did not find the WEB-INF/railo/security directory under C:\Program Files\Railo But, I did find...
Paul, I guess we found the problem. If you use the statement SET NOCOUNT ON at the begining of the stored procedure, it works with CF8 and Railo. We will look...
We currently use a number of bespoke java classes for our website. These sit in the main directory, and in cf8 we can access them by entering the class path...
Thanks Gert, that seemed to work. I am using a named server (mycomputername\sql2000), so I right clicked on it in Enterprise manager and chose Properties. I...