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

2019-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giancarlo, On 12/30/19 12:11, Giancarlo Celli wrote: > Hi Chris, to avoid any kind of overload, I would like every single > request to be forwarded to a backend server. Session stickiness only determines WHICH backend server your request will be

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

2019-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/27/19 10:33, Zahid Rahman wrote: > Good, please expand Please ask a separate wquestion on the list so we don't hijack this thread. - -chris > On Fri, 27 Dec 2019, 15:27 Christopher Schultz, < > ch...@christopherschultz.net> wrote:

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

2019-12-30 Thread Giancarlo Celli
Hi Chris, to avoid any kind of overload, I would like every single request to be forwarded to a backend server. I attach the files again hoping you can view them correctly. I await your suggestions. Best regards. Giancarlo -- Messaggio originale -- Da: "Christopher Schultz" A:

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

2019-12-27 Thread Zahid Rahman
Good, please expand On Fri, 27 Dec 2019, 15:27 Christopher Schultz, < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Zahid, > > On 12/23/19 15:19, Zahid Rahman wrote: > > If your backend tomcat servers are running on different physical > > machines

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

2019-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giancarlo, On 12/23/19 12:45, Giancarlo Celli wrote: > Hi, I need to configure a load balancer with apache connector on a > jelastic server that redirects requests to 6 server workers with > tomcat 7 installed. Atteched you can find extract from

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

2019-12-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zahid, On 12/23/19 15:19, Zahid Rahman wrote: > If your backend tomcat servers are running on different physical > machines therefore with different ip addresses then there is > nothing wrong with each backend tomcat server listening on same >

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

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

2019-12-23 Thread Zahid Rahman
If you wish we can work the problem , piece by piece through logical construction of the solution. On Mon, 23 Dec 2019, 17:45 Giancarlo Celli, wrote: > Hi, > I need to configure a load balancer with apache connector on a jelastic > server that redirects requests to 6 server workers with

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

2019-12-23 Thread Zahid Rahman
If your backend tomcat servers are running on different physical machines therefore with different ip addresses then there is nothing wrong with each backend tomcat server listening on same port (80) of each machine. Further to mod_jk worker properties file redirection. It is pointless in having

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

2019-12-23 Thread Zahid Rahman
Your home page is in Italian https://www.flottaweb.com/en/ While your login page is in English https://www.flottaweb.com/en/login/ On Mon, 23 Dec 2019, 17:45 Giancarlo Celli, wrote: > Hi, > I need to configure a load balancer with apache connector on a jelastic > server that redirects

How to set apache load balancer for send request to 6 tomcat server

2019-12-23 Thread Giancarlo Celli
Hi, I need to configure a load balancer with apache connector on a jelastic server that redirects requests to 6 server workers with tomcat 7 installed. Atteched you can find extract from httpd.conf and workers.properties. I need to send single request to tomcat server individually, so I set