Agent K on CF

Live blogging about Ben on Blackstone VI

by kai 08/09/2004

– Multiple Instances: For most of the people it was a mess to setup CF with multiple instances on one machine. There is a instance manager now which allows to duplicate complete CF installations. Also, the nasty issue with the replication of CFC instances in the session scope (they didn’t replicate) will be fixed…;) – […]

Read the full article →

cf-community.info

by kai 02/09/2004

Yesterday cf-community.info went live. It’s basically a webforum about all aspects of ColdFusion and related topics and driven by Nils Bettinger, the owner of CFMX Ltd. – imho Germanys best CF hoster. The forum itself is in German and obviously not too crowded up to now, but that might change soon. Give it try, Germany […]

Read the full article →

Railo – another ColdFusion engine?

by kai 31/08/2004

Today I stumbled about an email in the German cfguru mailing list. Some swiss guys are on the way to release a CFML runtime compiler engine called Railo. The mailing lists postings state the it should be faster than CFMX and also Blue Dragon – but for the moment they didn’t implement all CFML tags […]

Read the full article →

ColdFusion MX 6.1 updater

by kai 26/08/2004

Macromedia published another updater for ColdFusion MX today. This time it’s the first updater for the 6.1 release. I really recommend installing the pack regarding the fact that it contains some sort of security hotfix bundle, the Jrun Updater 3 and a lot of tiny bugfixes for specific issues. Check it out! Download Release Notes […]

Read the full article →

jessionid and server.id

by kai 24/08/2004

An interesting detail: if you’re dealing with ColdFusion clustering on J2EE servers, the file connector.properties in the …\servers\cfusion\SERVER-INF folder containts a property called server.id. This property stores the four first characters of the automatically created JESSIONID values for ColdFusions session handling. For example if the server.id is set to abcd, all your JESSIONIDs on that […]

Read the full article →

CFCATCH and dynamic custom exception types

by kai 16/08/2004

By accident someone pointed my on an interesting behaviour of CFCATCH today. It doesn’t seem to be possible to store the names of your own custom exception types in variables and evaluate them in CFCATCH-statements. That’s not critical at all, because it was quite easy to work around it. I’m not sure what’s the reason […]

Read the full article →

ColdFusion stack traces

by kai 23/06/2004

If your CF server got stuck and that there doesn’t seem to be an option to find out what’s happening inside of the black box – there IS a real possibility in ColdFusion MX. Regarding CFs Java foundation, there is a way to produce Java stack traces in CF. Macromedia provides a technote about how […]

Read the full article →

Macromedia server technotes as RSS feeds

by kai 13/06/2004

Macromedia provides very comfortable RSS feeds for their server technotes now: ColdFusion: http://www.markme.com/technotes/coldfusion.xml Flex: http://www.markme.com/technotes/flex.xml JRun: http://www.markme.com/technotes/jrun.xml (via Brandons blog)

Read the full article →

CF Apps ohne Quellcode deployen

by kai 21/05/2004

Immer wieder eine gern erzählte Geschichte: Ben Forta zeigte auf der DevCon 2001 ein Feature des Pre-Pre-Pre ColdFusion MX (damals noch unter dem Namen Neo), das es ermöglichte, CFML-Anwendungen zu verteilen und zu deployen ohne den Quellcode mit auszuliefern. Heute morgen gab’s einen MacroChat zu Thema CF Blackstone mit Ben und da hat er genau […]

Read the full article →

Eclipse und Macromedia-Stuff

by kai 20/05/2004

Von diversen neuen Versionen des CFEclipse-Plugins hört man ja immer wieder mal. Entweder hier bei mir, oder bei Philipp oder bei Dirk und Sven etc. Besonders interessant sind diverse Einträge bei Philipp, der sich Eclipse als netten und komfortablen Dreamweaver-Ersatz eingerichtet hat. Fazit: Hier tut sich für die CF-Community eine ganz neue Welt auf. Ich […]

Read the full article →