Doh! I missed the meetup. Woohoo for recordings! :) A combination deal doesn't hurt.
depending on how you have your cluster set up, you can do something like https://some.server/yourNode1 https://some.server/yourNode2 https://some.server/yourNode3 etc.... Which can help with troubleshooting (assuming the instances themselves are somewhere where you can't get to their ports without the front-end or a tcp tunnel), as well as having an admin page that re-inits all of them in one go. I'm also playing with the idea of using the "farm" stuff (tomcat or jboss) and deploying a compiled-up war, which will then [theoretically] be automagically deployed to all nodes/instances. Anyone doing that? Is it fun? It sure sounds like fun... -- I bought a cactus. A week later it died. And I got depressed, because I thought, Damn. I am less nurturing than a desert. Demetri Martin On Thu, Sep 3, 2009 at 1:46 PM, Chris Blackwell wrote: > I'd build yourself a little admin tool that can re-init them all with one > click > > 2009/9/3 Chris Peterson >> >> Daniel, >> >> Each instance has its own copy of model-glue and components, you would >> need >> to explicitly call each instance (on its own port) to tell it to re-load, >> otherwise there is no guarantee that each instance will get the reload >> command through a load-balancer (or the cluster connector). >> >> Chris Peterson >> >> >> On 9/3/09 3:29 PM, "Daniel Espeset" wrote: >> >> > >> > Hey all (and thanks for the great presentation today Dan & Charlie), >> > >> > I've had some problems getting MG3 to properly reinitialize across >> > multiple instances of Coldfusion. I'll reinitialize after updating >> > the code, but then find that end users are still being delivered a >> > prior version. My understanding of multiple instances / Coldfusion >> > caching is quite limited, but my assumption is that's where the issue >> > is. >> > >> > What's the recommended way to force restart a MG3 application after >> > updating the production version so it propagates to all users? >> > >> > Thanks for any help! >> > >> > -Daniel --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
