David Owens wrote:
Here's a good article:

http://raibledesigns.com/tomcat/


Actually it has one error:

# list the workers by name
worker.list=tomcat1, tomcat2, loadbalancer


It should be: worker.list=loadbalancer

See the:
http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html

balance_workers:
A comma separated list of workers that the load balancer need to manage.
This directive replaces old balanced_workers directive and can be used only with mod_jk versions 1.2.7 and up.


!These workers should not appear in the worker.list property!

Right now this is still allowed for backward compatibility, but in
future mod_jk released, this will be mandatory.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to