Railo is an Open Source (LGPL) rapid application development platform implementing the general-purpose CFML language, compatible with Adobe ColdFusion's implementation but with various extensions/updates.
My goal is to have port 80 and 81 listen and serve content from two distinct paths. I'm looking at replicating what …
tomcat configuration ports railoGiven a query (pseudo-code): <cfquery name="myquery">SELECT * FROM stuff</cfquery> How do I get rid …
coldfusion railoI am coding in ColdFusion, but trying to stay in cfscript, so I have a function that allows me to …
sql string coldfusion railo cfmlI have several queries that I cache using the cachedwithin="#CreateTimespan(...)#" attribute of the cfquery tag. There are times when …
coldfusion railo cfml