« Cool Tool Friday: RSS Aggregators | Main | Time For a New Toy »
June 07, 2004
Logging Classes Loaded by the JVM
Good ol' Debbie has just published an interesting TechNote entitled "Determining which class files are loaded by ColdFusion MX" which explains how to get ColdFusion (actually, Java) to log all the classes loaded by the JVM. This can be handy for resolving classpath conflicts, and for some types of optimization. Be warned, however, that the log file will get very big, very quickly, and that this should not be used in a production environment due to performance degradation unless that is the only way to debug your specific issue.
Posted by cantrell at June 7, 2004 11:09 AM | References