Jeremy Rottman wrote: > We recently updated our infrastructure to include HW loadbalacing and a linux > based firewall. With this new change, came a basket full of issues. One issue > that is most pressing, is when attempting to create a pdf via cfdocument that > has images with in the pdf, cfdocument times out every time. If the pdf does > not contain an image, the pdf generates perfectly fine. > > Currently our webservers have thier own external ip address (not a 192... > address). They are IP load balanced. So our domains point to one ip, and they > are loadbalanced between the other servers. > > What I speculate is that when the document tries to generate it is attempting > to pull the images from the balanced ip and not the from the webservers > themselves. > > Has anyone ever run into this situation before? >
How are you referencing the images in the HTML behind the PDF? For speed reasons you should be pulling them from the disk like <img src="file:///C:\tmp\whatever.jpg">. In that case there shouldn't be any issues with load balancing. -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:299916 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

