LazyApps simple problems need simple solutions

Posts from May 2008

Posted
7 May 2008 @ 5am

Tagged
OpenBD

OpenBD vs. ColdFusion Gotchas

This is just a random collection of gotchas and other stuff I stumble over trying to port my apps from ColdFusion to OpenBD.
CFFTP: The attribute connection must be a valid variable name. In CF a connection named “123abc” is valid, in OpenBD it’s not.
cffunction: When the returntype is set to date OpenBD always [...]


Posted
7 May 2008 @ 5am

Tagged
OpenBD

OpenBD + Tomcat Example Setup

Note: I’ve experienced some weird behavior running multiple apps on a global OpenBD setup like this. I have reverted back to copying the runtime libraries into every apps own /WEB_INF/lib directory, and removed the added shared.loader entry in catalina.properties
This is how I’ve setup OpenBD on Tomcat to easily upgrade when a new version is released, [...]