[jboss-user] [Clustering/JBoss] - Re: Loadbalancing & clustering

fayaz do-not-reply at jboss.com
Sat Aug 19 15:39:39 EDT 2006


Thanks for your reply, i am trying to implement just load balancing, no clustering required, as you described, but i am having some problems, i have used the default setup, 

i have copied the loadbalancer.sar directory to the deploy directory on a default setup of jboss, and changed the entries in the jboss-service.xml as below, and i get the new entry for loadbalancer in the jmx-console, there is a statistics attribute , and the requests always stay at zero for both nodes when i browse to this url from the server.

https://localhost:8443 

whats going wrong!!, what is the best way to see if it is working?


            
               
                  <!-- The URL to use to connect the host. URLs like http://www.xx.yy:8080/ are also allowed -->
                  <host-url>https://localhost:8443/</host-url>
                  <!-- The loadbalancer-factor -->
                  <lb-factor>1</lb-factor>
               
               
                  <host-url>https://server2:8443/</host-url>
                  <lb-factor>2</lb-factor>
               
            
          
       
    

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966263#3966263

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966263



More information about the jboss-user mailing list