RE: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-12 Thread DURETTE, STEVEN J
Thanks to you and Dave. I'll be trying this with Railo today to see if it works for both. Thanks again Steve -Original Message- From: Byron Mann [mailto:byronos...@gmail.com] Sent: Wednesday, February 11, 2015 11:23 PM To: cf-talk Subject: Re: Loading a java jar outside

Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-11 Thread DURETTE, STEVEN J
Hi all, My brain isn't working well today and this one has me stumped even after googling for hours. I need to be able to load some jar files in both CF9 and Railo 4.2. Because of rules imposed on me, I cannot put them in the standard jar directories (they would break cf/railo functionality

Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory

2015-02-11 Thread Dave Watts
My brain isn’t working well today and this one has me stumped even after googling for hours. I need to be able to load some jar files in both CF9 and Railo 4.2. Because of rules imposed on me, I cannot put them in the standard jar directories (they would break cf/railo functionality

Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory

2015-02-11 Thread Steve Durette
to load some jar files in both CF9 and Railo 4.2. Because of rules imposed on me, I cannot put them in the standard jar directories (they would break cf/railo functionality) and I cannot put them into the webroot. Normally I would do a cfset myJar = createObject(“java”, “org.my.jarfileâ

Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-11 Thread Byron Mann
Found these links that may be of help. https://github.com/markmandel/JavaLoader/wiki/Class-Loading http://www.bennadel.com/blog/424-loading-java-classes-with-coldfusion-runtime-java-javaproxy.htm Cf10, added a similar feature.

Web Developer (Cold Fusion/Railo) Seattle

2015-02-04 Thread chris atkinson
and/or Railo servers. We want a self-motivated web developer willing to work on projects ranging from very simple to very complex. Send interest to: chris.atkin...@megapath.com Thanks in advance! ~| Order the Adobe Coldfusion

Re: Moving to Railo

2015-01-09 Thread Mik Muller
there. Beyond that, Railo does seem to be much faster, and there were very few code changes to be made. Mostly the fact that any database result set with a field named #url# needed to be scoped by the query name; Railo doesn't support the interpolation attribute for cfimage; and there's no cftextarea tag

Re: Moving to Railo

2014-12-28 Thread Mik Muller
Yes, that was my intention when I hit 100, but got busy. I need to look closer at the problem now, though, to see if that would make things faster or save memory, and how that matches up against having to re-path every page's IMG tag, since every site's file content will now be pushed out one

Re: Moving to Railo

2014-12-28 Thread Russ Michaels
through same connector. In the case of IIS, you should put each site on its own dedicated application pool as well to spread the load and reduce the potential bottleneck. this helps with Railo as well as the boncode connector uses asp.net If all your images are for the same app and are thus the same

Re: Moving to Railo

2014-12-24 Thread Russ Michaels
the installer is straight forward, if you just want a bog standard install, then that is all you need to do. The only tweak you may need is to increase the JVM memory as it is only 256MB by default, which you do via the tomcat service manager on the java tab. You should also lock down the railo

Moving to Railo

2014-12-23 Thread Mik Muller
thought I'd look into Railo, and am looking to the community for advice. Anyone here using Railo and have recommendations in terms of installation and configuration? I've been to GetRailo.org and com and find the documentation to be a little paltry, especially regarding the installation

Re: Moving to Railo

2014-12-23 Thread Maureen
Railo is excellent. The community around Railo is excellent. The Google group for Railo, which I think you have already found is one of the best resources for support of a product that I have experienced. https://groups.google.com/forum/#!forum/railo The installers are out there, including

Re: Moving to Railo

2014-12-23 Thread Tom McNeer
Seems likely that you may need to modify your manager code - not for Railo specifically, but rather because of the use of Tomcat, which would be true for CF10/11, too. There are docs and blog posts available relative to creating a new site in Railo. On Tue, Dec 23, 2014 at 4:08 PM, Maureen

Re: Moving to Railo

2014-12-23 Thread Jon Clausen
The only thing I can add, other than that Railo is excellent, is that you’ll want to take a close look at the compatibility section (http://www.getrailo.org/index.cfm/documentation/compatibility/cfml-compatibility/ http://www.getrailo.org/index.cfm/documentation/compatibility/cfml

Re: Moving to Railo

2014-12-23 Thread Jochem van Dieten
On Tue, Dec 23, 2014 at 9:49 PM, Mik Muller wrote: Anyone here using Railo and have recommendations in terms of installation and configuration? I've been to GetRailo.org and com and find the documentation to be a little paltry, especially regarding the installation and the best

Railo javaloader.Javaloader

2014-03-18 Thread Pardeep Singh
Hi, does anyone know where the path is for the railo 4 javaloader.Javaloader? I'm trying to use it as follows: cfset Loader = CreateObject(component, javaloader.JavaLoader).init(paths, true) / ~| Order the Adobe Coldfusion

CF/Railo development environment

2013-11-21 Thread Dave Long
Please accept my apology for re-asking a question I know I've asked before. My XP machine died and took my archived e-mails with it to hard drive heaven (or hell as may be.) I've used Homesite+ for the last ten or twelve years but now, having been dragged kicking and whining onto Windows 8.1,

Re: CF/Railo development environment

2013-11-21 Thread Phillip Vector
cfeclipse On Thu, Nov 21, 2013 at 1:01 PM, Dave Long d...@northgoods.com wrote: Please accept my apology for re-asking a question I know I've asked before. My XP machine died and took my archived e-mails with it to hard drive heaven (or hell as may be.) I've used Homesite+ for the last

Re: CF/Railo development environment

2013-11-21 Thread Jon Clausen
+1 (++) cfeclipse ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: CF/Railo development environment

2013-11-21 Thread Russ Michaels
Sublime text is pretty popular but for a list of all the alternatives try www.cf411.com Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 21 Nov 2013 21:04, Dave Long d...@northgoods.com wrote: Please accept my apology for re-asking a question I know I've asked

Multiple instances of Railo

2013-09-26 Thread Ian Chapman
and the best way may be to upgrade to a later version of CF server which runs on true 64 bit IIS. The powers that be will not allow the cost of upgrading to a later Adobe CF Server version.. So we are considering Railo and are testing a single instance installation at the moment. Does anybody have

Re: Multiple instances of Railo

2013-09-26 Thread Matt Quackenbush
There are lots of folks that run multiple instances of Railo. I would recommend joining the Railo list and posting your question there. https://groups.google.com/forum/#!forum/railo On Thu, Sep 26, 2013 at 9:44 AM, Ian Chapman ian.chap...@melodimedia.co.ukwrote: Hi Guys, I did post

Re: Multiple instances of Railo

2013-09-26 Thread Russ Michaels
take a look at this, multi instances with zero effort :-) http://www.michaels.me.uk/post.cfm/a-guide-to-running-railo-on-windows-with-helicon-zoo but do also read this http://www.michaels.me.uk/post.cfm/caveats-with-railo-running-on-helicon-zoo On Thu, Sep 26, 2013 at 2:44 PM, Ian Chapman

Re: Multiple instances of Railo

2013-09-26 Thread Jordan Michaels
that be will not allow the cost of upgrading to a later Adobe CF Server version.. So we are considering Railo and are testing a single instance installation at the moment. Does anybody have experience of running Railo on multiple J2EE instances? If so have they any resources which give verbose

Attn Railo users...

2013-03-25 Thread Adam Cameron
G'day I've concocted a quick survey, which simply asks how you came to be a Railo developer, IE: whether they have come from a history of using ColdFusion or BlueDragon, or straight to Railo having not used any other CFML engine. More info here: http://adamcameroncoldfusion.blogspot.co.uk

Restricting access to Railo 4 Administrator in IIS7.5

2012-08-26 Thread Michael David
Hey, I posted this to the Railo group, but my membership there is waiting for approval, so thought one of the Railo users here might have a suggestion. Rather than restricting access to the Railo admin pages using the IP filtering within IIS (which works fine), I am trying to do it within

Re: Restricting access to Railo 4 Administrator in IIS7.5

2012-08-26 Thread Russ Michaels
you can do this using url rewrite. http://www.youtube.com/watch?v=ut0pD2l4z5c which will be put in your web.config On Sun, Aug 26, 2012 at 11:57 PM, Michael David li...@michaeldavid.comwrote: Hey, I posted this to the Railo group, but my membership there is waiting for approval, so

Securing Railo

2012-08-23 Thread Michael David
So, I got Railo Beta 4 up and running on IIS 7.5 today. It was just as easy as I had hoped. Now, what do I need to do to secure Railo? For example on my CF installs, I do not allow access to /CFIDE from the web. I administrate CF from IPs only. For Railo, should I similarly restrict

Re: Securing Railo

2012-08-23 Thread Russ Michaels
You can use url rewrite to restrict access, or install helicon ape and use the .htaccess files already there. Regards Russ Michaels On Aug 23, 2012 11:08 PM, Michael David li...@michaeldavid.com wrote: So, I got Railo Beta 4 up and running on IIS 7.5 today. It was just as easy as I had

Re: Securing Railo

2012-08-23 Thread Dave Watts
For Railo, should I similarly restrict the railo-context directory? What About the WEB-INF directory? I don't know much about Railo specifically, but in general, J2EE web applications block access to /WEB-INF by default, so I doubt you have to do anything with that. Dave Watts, CTO, Fig Leaf

Re[2]: Installing Railo on IIS7.5

2012-08-22 Thread Michael David
:29 AM Subject: Re: Installing Railo on IIS7.5 http://www.getrailo.org/index.cfm/download/ Scroll down to the bottom and you'll find installers for the latest stable (3.3.4.003) and the latest 4.0 Beta. Also, you might want to consider joining the Railo user group, as it is an invaluable resource

CF10 vs Railo

2012-08-20 Thread Michael David
So -- the new CF licensing policy has me thinking Anyone out there using Railo in a a high volume production environment? Using beefy hardware, I have been able to avoid the need to cluster so far. So, how is Railo's performance? The thing I need most is dependability. I don't just

Re: CF10 vs Railo

2012-08-20 Thread Cameron Childress
On Mon, Aug 20, 2012 at 9:04 AM, Michael David li...@michaeldavid.comwrote: Anyone out there using Railo in a a high volume production environment? Using beefy hardware, I have been able to avoid the need to cluster so far. So, how is Railo's performance? My observations have been

Re: CF10 vs Railo

2012-08-20 Thread Matt Quackenbush
On Mon, Aug 20, 2012 at 8:04 AM, Michael David li...@michaeldavid.comwrote: So -- the new CF licensing policy has me thinking Anyone out there using Railo in a a high volume production environment? Using beefy hardware, I have been able to avoid the need to cluster so far. So, how

Re: CF10 vs Railo

2012-08-20 Thread Russ Michaels
Michael, it is production ready absolutely and many people are using it in heavy environments. Performance in general is better I have found, but as with any product it cannot be better at everything. I have found for example that MangoBlog doesn't run as fast on Railo for whatever reason

Re: CF10 vs Railo

2012-08-20 Thread Raymond Camden
On Mon, Aug 20, 2012 at 8:23 AM, Matt Quackenbush quackfu...@gmail.com wrote: Railo's cfscript implementation beats the hell out of ACF's, and has for years. Go run this on ACF. Then install Railo and give it a whirl. :-) cfscript foo = { x:'yay!', y:'hooray

Re[2]: CF10 vs Railo

2012-08-20 Thread Michael David
Ha -- yeah you are right, my security question was not at all specific. :) I trust my own coding abilities as it relates to application security, but how secure is Railo itself? For example, there were a handful of patches we had to do on CF9 to address certain vulnerabilities. How

Re[2]: CF10 vs Railo

2012-08-20 Thread Michael David
Yeah -- all MS servers (IIS 7.5). Is that a problem? -- Cheers! Michael David -- Original Message -- From: Matt Quackenbush quackfu...@gmail.com To: cf-talk cf-talk@houseoffusion.com Sent: 8/20/2012 9:23:36 AM Subject: Re: CF10 vs Railo On Mon, Aug 20, 2012 at 8:04 AM, Michael

Re: Re[2]: CF10 vs Railo

2012-08-20 Thread Russ Michaels
To: cf-talk cf-talk@houseoffusion.com Sent: 8/20/2012 9:23:36 AM Subject: Re: CF10 vs Railo On Mon, Aug 20, 2012 at 8:04 AM, Michael David li...@michaeldavid.com wrote: So -- the new CF licensing policy has me thinking Anyone out there using Railo in a a high volume production

Re: Re[2]: CF10 vs Railo

2012-08-20 Thread Cameron Childress
On Mon, Aug 20, 2012 at 9:42 AM, Michael David li...@michaeldavid.comwrote: I trust my own coding abilities as it relates to application security, but how secure is Railo itself? For example, there were a handful of patches we had to do on CF9 to address certain vulnerabilities. How about

Re: Re[2]: CF10 vs Railo

2012-08-20 Thread Russ Michaels
On Mon, Aug 20, 2012 at 2:49 PM, Cameron Childress camer...@gmail.comwrote: On Mon, Aug 20, 2012 at 9:42 AM, Michael David li...@michaeldavid.com wrote: I trust my own coding abilities as it relates to application security, but how secure is Railo itself? For example, there were a handful

Re: Re[2]: CF10 vs Railo

2012-08-20 Thread Cameron Childress
On Mon, Aug 20, 2012 at 9:56 AM, Russ Michaels r...@michaels.me.uk wrote: as I mentioned the default automatic sandboxing is great, but lacks granular control if you need it. Also as with CF, all sandboxing and security is moot if you simply drop down to using Java code as you are then

Re: CF10 vs Railo

2012-08-20 Thread Matt Quackenbush
Interesting that you picked only that argument. :-) That example is more than just semi-colons, and is a very small sampling of how and why cfscript in Railo beats the hell out of cfscript in ACF. You know it as well as I do, although I can appreciate your reasoning for needing to defend ACF

Re: CF10 vs Railo

2012-08-20 Thread Raymond Camden
On Mon, Aug 20, 2012 at 9:00 AM, Matt Quackenbush quackfu...@gmail.com wrote: know it as well as I do, although I can appreciate your reasoning for Actually I don't. It was an honest question. If semicolons are the only thing holding you back from being successful, then you probably have other

Re: CF10 vs Railo

2012-08-20 Thread Matt Quackenbush
in the right direction. But when compared to Railo, which has happily supported all the cfscript stuff (and then some) for many, many, many, many, many releases, the fact that Adobe continues to make stupid decisions like Hey, let's add another function! instead of just fixing cfscript support, well

Installing Railo on IIS7.5

2012-08-20 Thread Michael David
Well, its surprising (to me at least), but I am going to give Railo a try and see how it goes. I can't seem to find a IIS7+Tomcat install guide (except for when Plesk is installed, which I don't need). Would someone please point me to a non-Plesk guide? Also is there, from Railo

Re: Installing Railo on IIS7.5

2012-08-20 Thread Russ Michaels
just download the Railo installer, this includes Tomcat. On Mon, Aug 20, 2012 at 4:14 PM, Michael David li...@michaeldavid.comwrote: Well, its surprising (to me at least), but I am going to give Railo a try and see how it goes. I can't seem to find a IIS7+Tomcat install guide (except

Re: Installing Railo on IIS7.5

2012-08-20 Thread Matt Quackenbush
http://www.getrailo.org/index.cfm/download/ Scroll down to the bottom and you'll find installers for the latest stable (3.3.4.003) and the latest 4.0 Beta. Also, you might want to consider joining the Railo user group, as it is an invaluable resource. https://groups.google.com/forum/?fromgroups

Re: Installing Railo on IIS7.5

2012-08-20 Thread Cameron Childress
documentation and information about Railo is found on Blogs and Wikis. This means that occasionally you may run into something that feels a bit out of date, maybe because it is. If something you find feels that way, it probably is. Modify your Google search a bit and see if you can find something more up

RE: Installing Railo on IIS7.5

2012-08-20 Thread Rick Faircloth
I'm going to join the Railo user group, just in case my current host decides not to continue CF VPS's past version 9 due to the CF10 licensing agreements. I may want to just get a no-CF VPS and go the Railo route, too! Adobe's going to shoot itself in the foot with this one, if they're

Re: Installing Railo on IIS7.5

2012-08-20 Thread Jordan Michaels
Hi Michael, Just go here: http://www.getrailo.org/index.cfm/download/ In the windows column, download the Railo Server with Tomcat 7, double-click it, hit next a few times, done. With regards to IIS, the installer comes bundled with the BonCode Connector for IIS, which is a connector

RE: Installing Railo on IIS7.5

2012-08-20 Thread Rick Faircloth
Just to possibly hi-jack this thread (hopefully not) and get an answer to a general question... Would (very generally now...) going from CF to Railo carry the amount of baggage (differences) that going from, say IIS to Apache, carry? I mean, is the learning curve (differences in setup, I mean

Re: Installing Railo on IIS7.5

2012-08-20 Thread Russ Michaels
if your not using any CF specific features there is a good chance your site will work with no changes at all. The only thing you have to get used to is the having to add virtual hosts into tomcat for every site you add to IIS. There is a railo extension that will auto add ALL sites from IIS

RE: Installing Railo on IIS7.5

2012-08-20 Thread Rick Faircloth
Thanks for the feedback, Russ. I've had the experience of adding virtual hosts...even did that for localhosts in Windows... so, at least that part is familiar. Rick PS - Is there a resource for So you want to start using Railo and dump Adobe CF, huh? Here's what you need to know

Re[2]: Installing Railo on IIS7.5

2012-08-20 Thread Michael David
Russ, what do you mean by a lot of sites? 50, 100, 500? The Helicon Zoo module sounds interesting, if only because if it's cool name. :) I'll look for instructions on how to install that with Railo. -- Original Message -- From: Russ Michaels r...@michaels.me.uk To: cf-talk cf

Re: Installing Railo on IIS7.5

2012-08-20 Thread Claude Schnéegans
if your not using any CF specific features there is a good chance your site will work with no changes at all. Well, the problem is to know what is CF specific, furthermore, I would prefer the term Railo not CF compatible, since CF is the genuine CFML after all. I tried Railo once

Re: Installing Railo on IIS7.5

2012-08-20 Thread Jordan Michaels
to. There is a railo extension that will auto add ALL sites from IIS into toimcat, which is fine if ALL your sites are Railo sites, is not then it might be an issue. I found it crashed if you had a lot of sites. While I can't speak for Paul, but I believe that extension is being retired due

Re: Re[2]: Installing Railo on IIS7.5

2012-08-20 Thread Russ Michaels
Check the railo section on my blog. In my case it was 200 sites Regards Russ Michaels On Aug 20, 2012 7:03 PM, Michael David li...@michaeldavid.com wrote: Russ, what do you mean by a lot of sites? 50, 100, 500? The Helicon Zoo module sounds interesting, if only because if it's cool

Re: Installing Railo on IIS7.5

2012-08-20 Thread Russ Michaels
Michaels On Aug 20, 2012 7:11 PM, wrote: if your not using any CF specific features there is a good chance your site will work with no changes at all. Well, the problem is to know what is CF specific, furthermore, I would prefer the term Railo not CF compatible, since CF is the genuine CFML

Re: Installing Railo on IIS7.5

2012-08-20 Thread Russ Michaels
is to know what is CF specific, furthermore, I would prefer the term Railo not CF compatible, since CF is the genuine CFML after all. I tried Railo once, and the problem was with de documention. It was almost unexisting and anyway did not specify what was working with CF and not supported by Railo

Hide CFC Introspection on Railo

2012-01-25 Thread Brook Davies
I'm playing around with railo and when I access a CFC directly via a URL, it dumps the CFC methods and details. Is there someway to hide this? Searched the docs and web to no avail.. Brook ~| Order the Adobe Coldfusion

Re: Hide CFC Introspection on Railo

2012-01-25 Thread Matt Quackenbush
You might have better luck getting an answer over on the Railo list: http://groups.google.com/group/railo?hl=en I don't know the answer off the top of my head (I've never experienced that kind of behavior), but it sounds like something in your setup is incorrectly configured. But seriously, join

Re: Hide CFC Introspection on Railo

2012-01-25 Thread Russ Michaels
in your railo admin look under Archives and \resources - component -Component dump template remove that value will probably stop it. On Wed, Jan 25, 2012 at 10:32 PM, Matt Quackenbush quackfu...@gmail.comwrote: You might have better luck getting an answer over on the Railo list: http

(ot) Stopping Railo via an ANT task

2011-08-19 Thread Brook Davies
Sorry for the OT post, I'm stuck on this. Trying to get Railo Express to stop via an ANT task. The java code is the same as in stop.bat. Note, calling stop.bat directly is not working for me either. target name=stopRailo description=Stopping Railo Server echo message=Stoping Railo

RE: (ot) Stopping Railo via an ANT task (SOLVED)

2011-08-19 Thread Brook Davies
) Stopping Railo via an ANT task Sorry for the OT post, I'm stuck on this. Trying to get Railo Express to stop via an ANT task. The java code is the same as in stop.bat. Note, calling stop.bat directly is not working for me either. target name=stopRailo description=Stopping Railo Server echo

QoQ in Railo

2011-06-23 Thread Brian Cain
Hello all, I am attempting to migrate an exiting CF site from a server running CFMX7 to Railo. For the most part things are working well, but I have run into 2 problems. The first problem is when attempting to do a query of a query. I get a variable [revenuehistory] doesn't exist error

RE: QoQ in Railo

2011-06-23 Thread Che Vilnonis
Have you tried the Railo Group? It's worked for me in the past. http://groups.google.com/group/railo?lnk=srg ~Che -Original Message- From: Brian Cain [mailto:bcc9...@gmail.com] Sent: Thursday, June 23, 2011 1:13 PM To: cf-talk Subject: QoQ in Railo Hello all, I am attempting

Re: QoQ in Railo

2011-06-23 Thread Brian Cain
Thanks, I will try there too. On Thu, Jun 23, 2011 at 12:16 PM, Che Vilnonis ch...@asitv.com wrote: Have you tried the Railo Group? It's worked for me in the past. http://groups.google.com/group/railo?lnk=srg ~Che -Original Message- From: Brian Cain [mailto:bcc9...@gmail.com

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread UXB
. 3.2 will also see the Vivio installers become the official Railo installers so folks who like simple click-click-done installers This, the lack of simple installation, in my opinion is the biggest impediment to attracting new people to the CF open source, if not many open source alternatives

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Claude Schnéegans
This, the lack of simple installation, in my opinion is the biggest impediment to attracting new people to the CF open source, Very good point. Even if CF cannot be qualified as easy to install either. ~| Order the Adobe

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Russ Michaels
Looks like you missed/not read several of the posts, as has been mentioned previously there is now a simple installer by Jordan Michaels that installs Railo with tomcat. It will probably never be quite as idiot proof as CF because of JRUN and its custom connector which negates the need to do

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Sean Corfield
On Tue, Dec 21, 2010 at 2:49 PM, UXB denn...@uxbinternet.com wrote: . 3.2 will also see the Vivio installers become the official Railo installers so folks who like simple click-click-done installers This, the lack of simple installation, in my opinion is the biggest impediment to attracting

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Michael Grant
It sounds like it's a first impression problem. Which is ironically what CF has suffered from since day one. Many still scoff at CF based on a first impression they got about it in the 90's or early 00's. Sadly people who have tried it and been disappointed (be it CF, Railo or whatever else

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-21 Thread Arsalan Tariq Keen
In my opinion... with a 7 year experience of using ACF and 1 year experience of using Railo and a few months experience of using PHP... I believe where products like ACF are making CFML feature enrichment and innovation at a totally different level, products like Railo are needed to compete

What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
http://stackoverflow.com/questions/4480205/what-notable-differences-are-there-between-railo-open-bluedragon-and-adobe-cold Posting here to in hopes list readers will post new, useful answers. ~| Order the Adobe Coldfusion

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Russ Michaels
you may also find this comparison helpful. http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1 Russ On Mon, Dec 20, 2010 at 11:26 AM, Matthew Lesko m.le...@verizon.net wrote: http://stackoverflow.com/questions/4480205/what-notable-differences-are-there-between-railo-open-bluedragon

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Claude Schnéegans
I tried to give a test to Railo some months ago. The lack of documentation made me give up after a few days. I finally upgraded to CF 9. Documentation is the most important thing for developers. For the same reason, I hate Mozilla. It may be many times better than Explorer

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Raymond Camden
at 9:20 AM, wrote: I tried to give a test to Railo some months ago. The lack of documentation made me give up after a few days. I finally upgraded to CF 9. Documentation is the most important thing for developers. For the same reason, I hate Mozilla. It may be many times better than

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Claude Schnéegans
Open source, or free, does not automatically equal crappy documentation. At least for the two examples I gave, YES! And what kind of docs are you looking for in your browser? Mostly Javascript and CSS. As far as HTML is concerned, there are not really differences.

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
you may also find this comparison helpful. http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1 Russ On Mon, Dec 20, 2010 at 11:26 AM, Matthew Lesko m.le...@verizon.net wrote: Thanks I've added this to an answer on the site. Comments are just as interesting as the actual

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Matthew Lesko
I tried to give a test to Railo some months ago. The lack of documentation made me give up after a few days. I finally upgraded to CF 9. Documentation is the most important thing for developers. For the same reason, I hate Mozilla. It may be many times better than Explorer

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Russ Michaels
Documentation for Railo is indeed poor, but they are aware and they are working on it, it has been improving slowly and there is now a good installer as well. But remember this is really only with regards with installing and setup. When it comes to CFML programming the docs for Railo is pretty

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Claude Schnéegans
When it comes to CFML programming the docs for Railo is pretty much the same as ColdFusion. Pretty much, until you find something that works under CF and does not under Railo. Most of the time, it is only a detail, but it can cost you hours. The least would be some good docs about what's

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread David McGraw
There are docs on the Railo site which details exactly what is and isn't supported across the different platforms. I use Railo, I find is a great alternative for most of my clients. - Then again, we develop in multiple languages, so to me, it's just another language to know the difference

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread James Holmes
http://www.getrailo.org/index.cfm/documentation/compatibility/cfml-compatibility/ -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 21 December 2010 01:20, wrote: The least would be some good docs about what's in CF and is not in Railo, and vice versa

Re: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Sean Corfield
on the market, the more trouble for us developers. Yeah, down with choice. Choice bad :) Yup, the Railo documentation could do with some improvement. Lots of people are working on it and folks will see a big improvement soon when the 3.2 release goes gold with a lot of new documentation

RE: What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion? [Stackoverflow.com]

2010-12-20 Thread Russ Michaels
Which is exactly what I am trying to do here http://www.cfmldeveloper.com/page.cfm/coldfusion-vs-railo-1, sadly I am not getting much input from others so I am only able to update it base don my own experiences, but as I migrate apps between Cf/Railo I do take note of things I have to fix and I

Re: Railo Training in Australia

2010-09-27 Thread AJ Mercer
I have updated my blog with more details including costs http://webonix.net/post/railo-training-in-australia On 14 September 2010 09:22, AJ Mercer ajmer...@gmail.com wrote: Hi Fusioneers, Railo are once again sponsoring cf.Objective(anz) with Gert Franz and Mark Drew attending

Re: Railo Training in Australia

2010-09-14 Thread Paul Stewart
Fusioneers, like it -- From: AJ Mercer ajmer...@gmail.com Sent: Tuesday, September 14, 2010 2:22 AM To: cf-talk cf-talk@houseoffusion.com Subject: Railo Training in Australia Hi Fusioneers, Railo are once again sponsoring cf.Objective(anz

Re: Railo Training in Australia

2010-09-14 Thread Arsalan Tariq Keen
: Tuesday, September 14, 2010 3:55 PM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Railo Training in Australia Fusioneers, like it -- From: AJ Mercer ajmer...@gmail.com Sent: Tuesday, September 14, 2010 2:22 AM To: cf-talk cf-talk

Railo Training in Australia

2010-09-13 Thread AJ Mercer
Hi Fusioneers, Railo are once again sponsoring cf.Objective(anz) with Gert Franz and Mark Drew attending the conference. As well as doing a couple of sessions, they will both be available before and after the conference to run the Railo training Course. More info here http://webonix.net

Re: Railo CFVideoPlayer

2010-08-25 Thread Paul Kukiel
This might be best asked on the Railo mailing list: http://groups.google.com/group/railo Paul. On Tue, Aug 24, 2010 at 10:24 PM, Brian McCairn brian.mcca...@medicapp.euwrote: Hi, just wondered if anyone had come across this. I downloaded Railo Express last night to give cfvideoplayer

Railo CFVideoPlayer

2010-08-24 Thread Brian McCairn
Hi, just wondered if anyone had come across this. I downloaded Railo Express last night to give cfvideoplayer a try and have got a bit of a problem with the play list feature. However I seem to order the videos in the code the play list just comes up in some random order that seems to change

Alurium CFML (Railo) Hosting

2010-07-23 Thread Scott Stewart
This is probably the cheapest CFML hosting I've seen, is anyone using it and willing to comment positive or negative? thanks ~| Order the Adobe Coldfusion Anthology now!

Re: Alurium CFML (Railo) Hosting

2010-07-23 Thread Peter Amiri
Scott, I'll leave it for others to comment on their experience with our hosting, but if there are any questions that I can answer for you please feel free to ask. Keep in mind that we also provide a 30 trial account so you can always kick the tires before you buy. -- Peter Amiri Founder |

Re: Alurium CFML (Railo) Hosting

2010-07-23 Thread Scott Stewart
Actually I already signed up, I seem to recall Sean Corfield speaking well of your service On Fri, Jul 23, 2010 at 2:45 PM, Peter Amiri bpam...@gmail.com wrote: Scott, I'll leave it for others to comment on their experience with our hosting, but if there are any questions that I can answer

Re: Alurium CFML (Railo) Hosting

2010-07-23 Thread Peter Amiri
Ya I saw your order come through. If you run into any questions just let me know. -- Peter Amiri Founder | Alurium Hosting 949-338-3862 | pe...@alurium.com | http://www.alurium.com LinkedIn: http://www.linkedin.com/in/peteramiri | IM bpamiri (AIM/MSN/Y!/GTLK/SKYPE) Actually I already signed

railo and Ext

2009-07-08 Thread Don L
Anyone here using Ext with railo? Thanks. Don Chunshen Li ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups

Re: railo and Ext

2009-07-08 Thread davidmcgui...@gmail.com
Kind of a personal question. -- Sent from my Palm Pre Don L wrote: Anyone here using Ext with railo? Thanks. Don Chunshen Li ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: railo and Ext

2009-07-08 Thread Don L
from my Palm Pre D Anyone here using Ext with railo? Thanks. Don Chunshen Li ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

  1   2   3   4   5   >