0 Replies Latest reply on Aug 21, 2006 5:43 AM by fayaz

    Load Balancing

    fayaz

      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>