>It sounds like you need at least separate domains for clustera and clusterb. >Maybe something like > >www.mysite.com/ >www.mysite.com/site1-m > >and > >www2.mysite.com/somesite1 > > >You can also just combine the 2 clusters and have all 4 instances server all >the requests. What is the reason that the sites were split off into 2 >clusters in the first place? > >russ > >>
The lone application is in its own cluster because it is a resource hog. It's been affecting other applications during times of heavy load. I forgot to mention, this is a shared CF host with 40+ applications. Without the /somesite1 traffic (and database pulls) in Cluster A, instance uptime is currently at a week and growing. However, the cause of the issues has been identified. User vists www.mysite.com/site1. User gets generated a cookie for JESSIONID with one of cluster A's ID. Instead of opening a bookmark to www.mysite.com/somesite1, user clicks a link from within /site1 that takes them to /somesite1. The browser is never closed, and the cookie for JESSIONID is never destroyed. Cluster B sees that the JESSIONID is not part of the cluster, so it just round-robins the request forever. The end result is User has to login to the application over, and over again, but never gets anywhere. Usually, the user gets frustrated, closes the browser, and tries again. If they do directly to /somesite1, it will then work fine. So, the ultimate solution would be to give /somesite1 its own domain, but the quick and dirty solution is likely going to be to delete the JSESSION cookie before the get to /somesite1. How am I the lucky one to find all the odd-ball issues. Matthew Williams Geodesic GraFX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268260 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

