June 6, 2004
An important new tech note at http://www.macromedia.com/support/coldfusion/ts/documents/class_files_loaded.htm explains how to JVM arguments to obtain a listing of all class files that are loaded in the JVM's memory space. This can be useful for debugging class loading conflicts and for analyzing...
May 12, 2004
Several months ago I posted an entry about changing the JRun JRE (http://www.forta.com/blog/index.cfm?mode=e&entry=1026). A couple of users have asked me how to change the ColdFusion JRE if using ColdFusion in standalone server mode (with embedded JRun). The instructions are actually, the same,...
March 10, 2004
JRun: http://www.macromedia.com/software/jrun/ Studio (DW, FL, FW, FH): http://www.macromedia.com/go/studioupdates
December 29, 2003
I recently needed to change the JRE used by JRun (to a newer version). No problem, just stop JRun, remove the old JRE, install the new one and restart JRun. Right? Nope. JRun stores the JRE path, and that needs to be updated to reflect the new JRE location. It took a few minutes to find where this...