<<<<< > What I'm really wondering if there's a way to get something like J2EE > session replication for the application scope.
I've wondered this too, but it seems that, because application data is part of the servlet context, and the servlet context is unique to each JVM, there is no built-in way to do this envisioned by the Servlet API. Frustrating and counterintuitive that you can replicate session data but not application data. I imagine that an elegant solution might be achieved with JMS? but have no experience of using this with CF. Nick >>>>> I'm not familiar... What's JMS? s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

