> Only through the use of context roots, which let you map specific instances > to specific URL patterns.
I don't really know that it's possible for sure, but with Apache httpd and the proxyPass stuff, theoretically you could point at specific IPs, and such, which might fit the bill... that is more "plain old proxy-ing" than using whatever black magic the JRun connector uses... if that's even how CF's clustering works... [= </random idea> ============= Hmm, what if the instance was on the same IP as the web server... Then could you specify the port number for that instance. OK, I just tried that and it worked, BUT it tried to serve up the pages in jrun/servers/instance_name/ which is NOT where IIS is looking for the web root. Seems possible... Of course, all my instances are going to be on separate servers. I would need to specify the IP address of the server the instance was on, AND the port number for that instance, AND figure out how to get CF to look in the correct directory for the files. Is all that even possible? Oh, and here's the other catch. It is my understanding that any content served up like that uses JRUN for ALL static content (like images). Is this because you are using the Internal Web Server (JWS)? ~Brad ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273686 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

