Hi all,
As i know, i can do load balancing in apache when connect to tomcat
in workers.properties:
worker.worker1.type=ajp12
worker.worker1.host=locahost
worker.worker1.port=8007
worker.worker1.lbfactor=5
# Set properties for worker2 (ajp13)
worker.worker2.type=ajp13
worker.worker2.host=locahost
worker.worker2.port=8009
worker.worker1.lbfactor=5
worker.router.type=lb
worker.router.balanced_workers=worker1,worker2
in httpd.conf:
jkmount /examples/* router
But, anyone know jow to do the above configuration in mod_jk2 as the syntax
of workers2.properties and jkmount command
seems different in mod_jk2 ?
Thanks
>> Stay informed about: apache, tomcat and mod_jk2