users@glassfish.java.net

Re: deploying to a broken cluster

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Fri, 01 Aug 2008 09:34:38 -0400

Hi,
> I have a 2-node cluster, one node is currently down.
>
> I just redeployed a newer version of a webapp with '--target mycluster'.
>
> What will happen when the node comes back in?
>
> I mean, will it get the newer version of the app, or keep running the
> old version, or what?
>
The expected behavior should be that the node will get the newer version
of the app. As part of the node/instance start up, it will synchronize
with the DAS and get the latest bits of the application.

- Hong