On 3/25/07, Dave W wrote: > > Following on in the multiple instance thread.... How are > > people targetting specific instances? For example, if I have > > created an instance and I want that instance to only do calls > > to page1.cfm, and pageX.cfm all goto the other instances. > > Same idea would apply to CFC calls where I would want to > > target it's execution to a specific instance. > > > > Possible? > > 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> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273684 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

