David Engberg wrote:
>
> We have a dynamic application that hits the server with two requests at the
> same time (two browser windows). I need to make sure that both of these
> requests hit the same JServ instance, but there's no way to guarantee a
> cookie that's used by both.
>
> Is there an easy way to do load balancing over source IP address or
> something other than a session cookie? I've looked over jserv_balance.c,
> and could probably hack something there by changing the default server
> selection algorithm, but hoped there was a simpler way to do this that I
> had missed.
>
Load-balancing over source IP in not working if the clients come thru a
proxy, but why not add this option in future releases ...
But you have the choice not to use cookies bur URL rewriting instead :
session.useCookies=false
but it's in the 1.1 branch. Use the latest daily snapshots.
Jean-Luc
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]