I am trying to implement just load balancing, no clustering required, 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=3966407#3966407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966407 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
