Originally posted by Paul Meyer:
1. In my cluster, the Default Load Algorithm is round-robin. But All requests are received by one server in the cluster, the other server is idle. These requests come from different IPs. I guess that is not what round-robin means.
You're right, you are having a strange behavior, that's not the way the round robin should work, it shoult send one request to each server in the cluster(if the requesta are from the same client it'll redirect to the same server wich answered first). My bet is that there's something still missing on your configuration of the proxy. (You have to register the servers who are participating in the cluster on the web.xml file)
2. after having updated my web application, the changes can be seen when I use the managing server. But in cluster, which consists of 2 managed servers, my web application is still the old one. Restarting servers does not help at all.
any suggestion?
Thanks a lot
Did u redeploy u'r application for the cluster???
You should not deploy it directly to the servers. Are u'r servers under development mode or production mode, because you have dif. ways to update applications under each one mode.
check that and give notice about....ok...
cheerrss.