07-25-07 12:21 AM
marco_simon@web.de wrote:
> I'd like to prohibit new sessions on one of 2 AppServer
> cluster-members. The idea behind is that I'd like to stop one
> AppServer without killing the sessions of those users that are
> currently using that server. (Distributed Sessions should not be
> used).
>
> If one would set the loadweight for the "soon dying" AppServer to 0
> (while keeping the the others >0 ) in the webserver's plugin, I'd
> expect to have the above described effect. Currently existing
> sessions should then be continued on the soon dying AppServer while
> new sessions are only made and forwarded to the AppServer which stays
> up - until all old sessions on the doomed server end and it can be
> stopped.
>
> Could you please confirm or counter this idea ?!
Setting it to 0 should prevent any more request going to that server,
including existing sessions which will attempt to migrate to another
server in the cluster. If you have no session persistence, you're going
to see errors.
[ Post a follow-up to this message ]
|