I resolved a bunch of my issues from past posts. Our current setup is IIS6 front end Servers UNC Share for Home Directory. These use ISAPI_Rewrite to proxy requests back to our JRun4 \ CFMX 7 Ent. Servers in a farm.
RewriteProxy (/[^?.]+\.(?:cfm|cfc|jsp|jws|jst|cfswf)(?:\?.*)?) http\://10.100.31.101\:8101$1 [I,U] RewriteProxy (/.*\flashservices.*) http\://10.100.31.101\:8101$1 [I,U] RewriteProxy (/.*\*servlet*.*) http\://10.100.31.101\:8101$1 [I,U] RewriteProxy (/.*CFIDE/GraphData.*) http\://10.100.31.101\:8101$1 [I,U] The JRun\CFMX servers are IIS6 JRun4 CFMX using Jrun connector same UNC share as Front End IIS. If I hit the Farm address for the JRun servers the Flash Forms load no problem so the load balancer is not the issue If I hit the IIS Frontend Farm I get the CFM page but the forms wont render. Has anyone setup a distributed enviroment and seen this happen??? Weird how it only seems to have broken Flash Forms bad part is we have alot of internal apps that make use of Flash Forms thx for any ideas! ~Eric ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:10/messageid:6049 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10
