Brad Wood wrote: >>> OK, so when I hit IIS for an image, does it bother JRUN for it, or does >>> it just serve it up? >> >> Do you have a wildcard mapping in IIS or not? > > Hmm, I will look. I assume the mappings are set up when I use wsconfig > to connect my webserver to my instance or cluster? Is that what the > "Configure web server for ColdFusion MX applications option" checkbox > does?
I have no idea how the GUI works. Batchfiles are reproducible and provide an audit trail, GUIs don't. > That sort of makes sense, but how is that even possible? > http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-a11.htm > I don't see any settings at all for the cfchart tag where I can specify > where it places the chart images or how it generates the HTML to include > them. runtime.cfc in the Admin API has some methods that look promising. > The image source looks like this: > /CFIDE/GraphData.cfm?graphCache=wc50&graphID=Images/8272318990100014.PNG > > How on would I control that, or force ColdFusion to write all images > from all clusters to one location which was accessible by all? > Heck, I don't even know when the actual image is made. Does the cfchart > tag make the images, or is it actually generated when my browser > requests the image? I assume the cfchart tag, else CF would have to keep the data series around until the next request. Disable image loading in your browser and find out :) > I still don't understand how I seem to be the only person in the world > with this problem. Does nobody else running a cluster even use cfchart? Until proven otherwise I believe cfchart is just a symptom, sessions not being sticky in the connector is the cause. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273751 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

