... Yes, I made a post about it here : http://www.rachaelandtom.info/content/deploying-railo-tomcat-6-with-apache-front-end-linux (last point). Or check the...
Tom Chiverton
tom.chiverton@...
Sep 1, 2008 8:52 am
1414
... Is anyone else getting spammed by many copies of this same email ? -- Tom...
Tom Chiverton
tom.chiverton@...
Sep 1, 2008 8:54 am
1415
... not anymore ;-)...
Paul Hastings
paul@...
Sep 1, 2008 8:58 am
1416
spaces between "++" and number are no problem, this code works fine as well <cfset test=1> <cfset test ++> <cfset ++ test> <cfdump var="#test#"> greetings...
I'm following my own guide (http://rachaelandtom.info/content/deploying-railo-tomcat-6-with-apache-front-end-linux) but am getting a permission denied error...
Tom Chiverton
tom.chiverton@...
Sep 1, 2008 9:08 am
1418
Your post may do what I want but I am a bit new to the whole "Tomcat" Application Server thing. I don't really see anything in your post that shows me step by...
Matthew Wallace
mswallace.com@...
Sep 1, 2008 2:12 pm
1419
Thanks for the help but I am failing to see where this talks about getting Remoting in Flash and Flex working. Yes I see that you are explaining the steps of...
Could someone explain how I connect to openAMF using Flex or Flash and or AS3 or Netconnection? would it be something like var nc:NetConnection = new...
Matthew, you can try to use the following example: http://www.railo.ch/blog/index.cfm/2007/2/8/Flash-remoting-in-Railo Maybe that is all you need... Gert ...
basically the example code that I posted in my question is doing that. If I try to connect to the http://localhost:888/flashservices/gateway nothing happens at...
Ok correction I was trying to connect to http://localhost:8888/flashservices/gateway I have a huge need for Remoting. If someone could post exactly how they...
... That's what the page is. In you let me know which bits are unclear, I will do my best to clear it up. -- Tom...
Tom Chiverton
tom.chiverton@...
Sep 2, 2008 12:09 pm
1426
Tom, In flex I am using the <RemoteObjectAMF0/> swc First I tried this. When I click a button I am trying to run a simple hello world myservice.hello(); ...
Matthew Wallace
mswallace.com@...
Sep 2, 2008 1:13 pm
1427
OK, well, I using RemoteObjectAMF0 too, in a Cairngrom app, and it looks like: <rpc:RemoteObjectAMF0 endpoint="/flashservices/gateway" id="ListService" ...
Tom Chiverton
tom.chiverton@...
Sep 2, 2008 3:10 pm
1428
Tell me more about this part of your code. I can then do var service = ServiceLocator.getInstance().getRemoteObject("ListService" ); var call : Object =...
Matthew Wallace
mswallace.com@...
Sep 2, 2008 3:42 pm
1429
... This is Cairngorm speak for accessing the RemoteObjectAMF0 using it's 'id' parameter, so you could skip that and just call ... From (say) a button click. ...
Tom Chiverton
tom.chiverton@...
Sep 2, 2008 4:03 pm
1430
First off - I really am enjoying the beginnings of my experience with Railo. It is SO fast - I can actually run it on my Macbook Pro with Parallels still...
Hi Bill can you please send the java stacktrace of the exception? whitch version do you use? do you have made a upate (with .railo file)? this updates does not...
What is the latest version of JBoss AS that Railo 3.x will run on? -- AJ Mercer Web Log: http://webonix.net Once you come to the realisation that everyone is...
Hi Bill you don't have to wait that long, the next release of Railo will already support the operators "==" and "!=" greetings Michael Michael Streit Technical...
Ok I totally figured this out but I ended up going with NetConnection. I will be doing a blog post about this with Video. I will let all of you know when it is...
Matthew Wallace
mswallace.com@...
Sep 3, 2008 11:42 am
1435
... Excellent ! Glad you got it all working. Personally I'm waiting for Railo to fold in BlazeDS so that the normal RemoteObject works, as this'll also fix up...
Tom Chiverton
tom.chiverton@...
Sep 3, 2008 3:24 pm
1436
Just posted this to my blog for you guys. Hope it helps the Flash and Flex developers out there. This is a Video Tutorial showing you how to use the AMF0...
I'm trying to install Railo 2 with Resin 3.1.2 on Debian 4/Apache 2 I'm using the download from http://www.railo-technologies.com/en/index.cfm?treeID=224 which...
Rex Vincent
rex@...
Sep 8, 2008 6:47 pm
1438
Hi Guide to install mod_caucho from Resin 3 for Apache 2 under Debian Etch # as root apt-get install build-essential apt-get install apache2-dev # create a...
Hello all, today we released the new version of Railo 3.0. Along with several new features and bugfixing, we rebrushed our website. Please let us know whether...
Awesome! Site looks great. I just opened an issue, #100 - 3.0.0005 doesn't appear in the version list on JIRA so I tagged the title with it. Thanks to the...
webflint
webflint@...
Sep 9, 2008 9:17 pm
1441
Has anyone ever installed Railo on a server with CF already on it? I'd love to set this up with Railo on a different port to handle some tasks and test...
You can run Railo express - that is on port 8888 (or similar) I have installed Railo WAR into a JRun instance If you have enterprise or Dev edition of CF, go...