JRun Metrics in ColdFusion Standard/Server Configuration Mode
June 18, 2009 · No Comments
It's been a long time since I've had to use ColdFusion Standard,or indeed Enterprise in Server Configuration Mode. Earlier this week I was setting up a couple of new servers for a new client, and wanted to enable JRun Metrics on them.
No problem....just edit C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF\jrun.xml and enable the metrics.
Did that. Restarted.
I was now getting the resulting metrics log file but instead of showing me the actual values I was after all I was getting was the placeholder information,e.g.{jrpp.busyTh}/{jrpp.idleTh} etc
As it turns out (thanks to David Collie of Adobe in Edinburgh) you only use the jrpp prefix when running in J2EE more (including Multiserver). When running in Server Configuration Mode (which includes running on Standard) you simply drop the jrpp prefix, e.g. {busyTh}/{idleTh}
Tags: ColdFusion
0 response s so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment