[jboss-user] [JCA/JBoss] - load balancing

fayaz do-not-reply at jboss.com
Mon Aug 21 05:37:41 EDT 2006


Thanks for your reply, i am trying to implement just load balancing, no clustering required,

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=3966404#3966404

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



More information about the jboss-user mailing list