> OK, so when I hit IIS for an image, does it bother JRUN for 
> it, or does it just serve it up?  I was under the impression 
> that IIS would automatically serve all static content.

That is a common misconception. By default, when you install the web server
connector, it creates a wildcard mapping as Jochem mentioned. This allows
JRun/CF to process generic servlet requests, which have no file extension.
By default, also, the default context root is "/", which of course is common
to every request. So, when someone requests a static file, the connector
forwards the request to JRun, which quickly determines that it's a static
file and returns that request to the web server for processing. (At least,
that's my understanding of how the process works; I could very well be wrong
on some of the details.)

> Per my original post, I have disabled sticky sessions and do 
> not intend to enable them.  JREE sessions ARE enabled in each 
> instance, and I am sharing sessions among instances in my 
> cluster.  My sessions are not, however, sticky.  Now, since I 
> have three instances in my cluster only 1 out of 3 cfcharts 
> on a page work, since the other two hit another instance 
> which is apparently not able to generate the .png for it the 
> chart.  (Round Robin) I don't know how I can make that any 
> clearer.  My question is WITHOUT enabling sticky sessions, 
> how can I force my cfcharts to go back to the correct 
> instance to retrieve the image.  Or whatever else would work.
> Has anyone else EVER had their cfcharts break when they 
> started using a cluster and didn't use sticky sessions?

I would not expect anything which depends on the creation of a file at
runtime, to work by default in a non-sticky clustered environment. You
should expect that you'll have to take special measures in those cases. In
this particular case, you could use a different instance just for handling
these requests; this instance would presumably be hooked to a separate web
server instance, and would guarantee that requests that generate charts are
only run from one place. Jochem may well have some better alternatives up
his sleeve; I haven't read through the entire thread yet.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273759
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to