found it.
 
someone else was using clustering also and we weren't specifying minimumIsland and maximumIsland when launching loadbalancer, i.e. each of our loadbalancers were
seeing each others servers.
 
----- Original Message -----
Sent: Monday, February 26, 2001 12:52 PM
Subject: load balancing

dear all,
 
i've had a go at setting up load balancing and it's half working.
 
i don't know what's registering with the load balancer for the first server mentioned in the message below. the second server mentioned is the one i configured.
 
anyone have a rough guess about what i might have done to cause the first server to be appearing.
 
when i open pages on the site, the load balancer finds 127.0.0.1 invalid, then removes it from the cluster, but then about 5 seconds later it re-adds it back in.
 
F:\orion>java -jar -debug loadbalancer.jar
Balancer initialized...
Added island number 1 to the cluster...
Discovered server 127.0.0.1/127.0.0.1:8081...    <= where's this coming from?
Discovered server PIII-450/57.226.58.6:8080...    <= this is ok.
 
 
from default-web-site.xml
 
<web-site cluster-island="1" host="57.226.58.6" port="8080" display-name="Default Orion WebSite">
    <frontend host="57.226.58.6" port="80"/>
    <web-app application="demo" name="person-web" root="/person" load-on-startup="true"/>
 
    <!-- etc, etc, -->
 
</web-site>

Reply via email to