Vance Whitehouse wrote: > Hello, > > I've been upgrading our web servers from CF 7 to 8 and I'm not able to enable > cfstat on them when they are running CF 8. Every time I check the "Enable > CFSTAT" checkbox in the CF administrator, hit submit, and restart CF then log > back in and check the administrator the box is unchecked. The box is even > unchecked if I simply refresh the page after submitting it. I have also > verified that the "Watch configuration files for changes" checkbox is not > checked. Two of the servers are running Windows 2003 and two are running Red > Hat ES 5. > > Any ideas? > > Thanks, > Vance >
I just ran into a similar today. I wrote a blog post about it: http://www.stillnetstudios.com/2008/03/04/getting-cfstat-to-work/ But the short of it is - check your neo-metric.xml file. Look for <var name='cfstat'><number>1.0</number></var> and change it to <var name='cfstat'><string>true</string></var>. If it still doesn't work, look at the cfstatport setting (more details in the blog post). -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300457 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

