Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
This is what a typical workers.properties file look like.this is not same as your configuration *Workers properties* 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 worker.list=balancer,status worker.tomcat1.type=ajp13 worker.tomcat1.port=8009 worker.tomcat1.host=localhost

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
Load balancing Algorithms https://youtu.be/iqOTT7_7qXY On Tue, 24 Dec 2019, 10:06 Zahid Rahman, wrote: > There is a really great series of videos on this subject. He is > referencing tomcat Apache website. > If you speak German > > https://youtu.be/mQKZ8-EfBHU > > On Tue, 24 Dec 2019, 09:17

Re: Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Zahid Rahman
There is a really great series of videos on this subject. He is referencing tomcat Apache website. If you speak German https://youtu.be/mQKZ8-EfBHU On Tue, 24 Dec 2019, 09:17 Giancarlo Celli, wrote: > Thanks for the reply. > More than anything else my question is to know if the configuration >

Re[2]: How to set apache load balancer for send request to 6 tomcat server

2019-12-24 Thread Giancarlo Celli
Thanks for the reply. More than anything else my question is to know if the configuration parameters of the various threads, connections, etc. they are set up well or if they could somehow down the service. And if you recommend any changes to optimize the service itself. He again attached the