1 Reply Latest reply on Jun 22, 2010 7:55 AM by jamba

    How to verify whether 2 jboss nodes getting equal number of hits from Apache

    jamba

      Hi,

       

      We have Apache-Jboss setup, where Apache webserver connects to 2 Jboss application server using mod_jk module.

       

      In worker.properties on webserver it was defined that hits have to be eqaully distributed to both Jboss nodes with

       

      worker.node1.lbfactor=1

      worker.node2.lbfactor=1

       

      My question here is, How we can prove that hits are getting equally distributed?

      Can we have a log file on Apache webserve itself to say these many hits got redirected to node1 and node2?

       

      One possible solution is to generate access log on both jboss nodes. but i don't want to do it, as it's not in my scope of work/

       

      Best Regards

      Mano