Tagged Questions
The openbd tag has no wiki summary.
9
votes
8answers
2k views
Is OpenBD or Railo a viable replacement for ColdFusion?
Has anyone here had any experience with running OpenBD or Railo in production? We have some legacy CF6.1 apps that need to be hosted somewhere and I'm wondering if OpenBD or Railo is stable enough for ...
4
votes
3answers
177 views
Will a CF code run on regular server?
I am tasked to integrate a CF code(about 70 lines) into our site then configure it to communicate to another site's server. However, our hosting site is just a typical server without CF support. Will ...
3
votes
3answers
234 views
What is Blue Dragon
I have searched the blue dragon website but cold not find any useful information on what it is. What is blue dragon? What is it used for and why would someone use it?
3
votes
3answers
189 views
Inexpensive CFML hosting on servers in EU
I'd like to change shared-hosting from servers located in US to EU in order to decrease number of hops and latency.
Anyone having first hand experience with Coldfusion/Railo/OBD hosting providers ...
3
votes
6answers
895 views
Coldfusion popularity
I've heard of Coldfusion being a server side technology for web app dev.
Are there any statistics as to how widely it is used as opposed to PHP, Java Servlets and JSP or ASP.NET?
Are there any ...
3
votes
3answers
169 views
CFML Design Pattern resources?
As with all development, CFML via ColdFusion, Railo or OpenBD we run into common programming problems. For these problems must programmer turn to patterns (or anti-patterns). However the classic ...
2
votes
1answer
169 views
How to make Railo/OpenBD process files under Tomcat <Context/> nodes?
I have a Tomcat host defined like this, with the WEB-INF of Railo OR OpenBD in the webapps/ROOT directory.
<Host name="daves.cool.website.com" appBase="webapps">
<Context ...
2
votes
2answers
147 views
What's the best way to write engine-specific CFML code?
Sometimes it is necessary to write different code for Adobe ColdFusion vs Railo vs OpenBD, due to differences in implementation.
Do people have a specific method that they use for this?
For example, ...
2
votes
5answers
2k views
Difference between AUTH_USER and REMOTE_USER cgi variables
The docs aren't entirely clear on this - is there a difference between these variables? On IIS at least they appear to be identical, but I don't want to rely on that if it might be different under ...
1
vote
1answer
143 views
CFML system environment variable (OpenBD)
How do I access the system environment variables in CFML? It is required to read out the CloudFoundry database connectivity settings.
The variable required is "VCAP_SERVICES".
Is there a function ...
1
vote
4answers
777 views
What Notable Differences are there between Railo, Open Bluedragon, and Adobe Coldfusion?
An attempt to capture notable differences between implementations:
Adobe ColdFusion
Railo
Open Bluedragon
(I'm aware of Smith, but don't believe it's still active).
Include CFML and platform ...
0
votes
1answer
93 views
Coldfusion deploy into Google app with Eclipse
I've download eclipse-jee-galileo-win32.zip and following instruction of this post, http://blog.kukiel.net/2009/09/coldfusion-on-google-app-engine-with.html
After that, I encounter following errors ...
0
votes
3answers
342 views
openbd cfloop over a date
I'm trying to convert my sites from CF8 to openBD. I have a cfloop in a site that loops over a date range.
In essence, I want to insert a new record into the db for every 2 weeks (step) of a date ...