Search the web
Sign In
New User? Sign Up
railo_talk · Railo
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1630 - 1659 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1630
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 gilbert
garyrgi2001
Offline Send Email
Oct 2, 2008
12:38 pm
1631
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
michael.forell
Offline Send Email
Oct 7, 2008
7:54 am
1638
Hi, Just to report: In Railo Server Administrator - "Security" - "Access" - "Web administrator", the comment for the field "Remote" isn't translated. Ronan...
Ronan Lucio
ronanlucio
Offline Send Email
Oct 7, 2008
4:51 pm
1639
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...
Raymond Camden
cfjedimaster
Online Now Send Email
Oct 8, 2008
6:49 pm
1640
I don't know why it was so hard to find. I guess I didn't expect it under Security. ;) -- ...
Raymond Camden
cfjedimaster
Online Now Send Email
Oct 8, 2008
6:52 pm
1641
Ray, Make sure you are in the server admin and not the web admin. Your url should be something lik: ...
Peter Amiri
bpamiri
Offline Send Email
Oct 8, 2008
7:00 pm
1642
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...
Raymond Camden
cfjedimaster
Online Now Send Email
Oct 8, 2008
7:03 pm
1643
Hi Ray, it changes the railo-server.xml file. You'll find a serial="..." entry in it after installing the key. Hi from Switzerland... Gert...
Gert Franz
franzgert
Offline Send Email
Oct 8, 2008
8:38 pm
1644
... 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...
rex
raglibot
Offline Send Email
Oct 8, 2008
9:39 pm
1645
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@...
Send Email
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...
rex
raglibot
Offline Send Email
Oct 8, 2008
10:57 pm
1647
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@...
Send Email
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. ...
AJ Mercer
ajmercer
Offline Send Email
Oct 9, 2008
12:58 am
1649
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: ...
Gert Franz
franzgert
Offline Send Email
Oct 9, 2008
7:23 am
1650
... 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...
rex
raglibot
Offline Send Email
Oct 9, 2008
9:44 am
1651
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...
paul.roycroft
Offline Send Email
Oct 9, 2008
9:57 am
1652
Hi please follow this steps: - go to directory WEB-INF/railo/security - rename existing file "cacerts" to "cacerts-org" or something else - copy your...
Michael Streit
mic_railo
Offline Send Email
Oct 9, 2008
10:06 am
1653
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....
Gert Franz
franzgert
Offline Send Email
Oct 9, 2008
10:12 am
1654
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 Franz
franzgert
Offline Send Email
Oct 9, 2008
10:23 am
1655
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...
Paul Roycroft
paul.roycroft
Offline Send Email
Oct 9, 2008
10:32 am
1656
... 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...
rex
raglibot
Offline Send Email
Oct 9, 2008
10:45 am
1657
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...
Gert Franz
franzgert
Offline Send Email
Oct 9, 2008
11:45 am
1658
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...
paul.roycroft
Offline Send Email
Oct 9, 2008
1:15 pm
1659
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...
christianready1969
christianready1969@...
Send Email
Oct 9, 2008
2:48 pm
Messages 1630 - 1659 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help