Aaron Johnson Now with 50% less caffeine!

Posted
14 January 2004 @ 11am

Tagged
ColdFusion, J2EE, Software Development, Systems Administration

ColdFusion & log4j

Integrating log4j and CFMX - An open source Java project gives developers new capabilities The January issue of ColdFusion Developer’s Journal features an article I wrote on how to integrate ColdFusion and log4j entitled “Integrating log4j and CFMX - An open source Java project gives developers new capabilities”. You can read it here.

While not especially interesting for developers writing simple ColdFusion applications, I’m finding that log files are becoming especially useful in applications with multiple tiers and clients. Even if you don’t use log4j and ColdFusion, I’d suggest taking a long look at your application to find out where it might be helpful to make your application more transparent.


3 Comments

Posted by
Dan
20 January 2004 @ 12pm

JXTA CFMX

net_jxta_document_Advertisement = createObject(”java”, “net.jxta.document.Advertisement”);
net_jxta_peergroup_PeerGroup = createObject(”java”, “net.jxta.peergroup.PeerGroup”);
net_jxta_platform_Application = createObject(”java”, “net.jxta.platform.Application”).init(net_jxta_peergroup_PeerGroup, net_jxta_document_Advertisement);


Posted by
Phil Cruz
17 September 2004 @ 11am

Good article. I made some modifications to work with a log4j.jar file that is not on the classpath and also works on BlueDragon. http://tracking-tools.com/blog/2004/09/loading-jar-files-from-relative-path.cfm


Posted by
Karthik
17 January 2005 @ 5pm

I’m running into issues because my cfx tags use log4j1.2.8 and coldfusion server uses an older log4j jar file. How do I resolve this conflict? The same happens with jdom.jar as well.


Leave a Comment

Instant Messenging with ColdFusion, Jabber and Smack .NET, Reflection and multiple assemblies