Matthew Williams wrote: > The situation stands as such. I have an application hosted in my environment > that uses the cfdocument tag. Our servers are clustered at the JRun level.
Sticky sessions? > We also have a hardware load balancer in front of the servers. When calling > the page containing the cfdocument through the load balanced URL, the process > fails 99% of the time. Looking at the stack trace in FusionReactor, it looks > like it times out at about 60 seconds and gives up (we time out requests in > the admin at the 60 second mark). However, if you go directly to the machine > (bypassing the load balancer), the page request returns correctly. Has > anyone else run into this? Yes. If the document has assets it will try to download them using the servername and path from the HTTP headers. If the server can not resolve them correctly, for instance because the DNS for the site points to an IP address on the loadbalancer, it will timeout. > I've removed all calls to image tags from within the page, and it's still > failing. How about CSS and Javascript? Anyplace where we can see the HTML? Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:296671 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

