Re: Mod_jk - loadbalancer

2012-12-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orhan, On 12/4/12 2:12 AM, Orhan Karasakal wrote: > lb1 and lb2 are two loadbalancer, are not they ? But I want to have > only one loadbalancer. That depends on your definition of "load balancer". If you mean a single IP that routes requests to back-

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
lb1 and lb2 are two loadbalancer, are not they ? But I want to have only one loadbalancer. This design cannot be possible, only I want to know On Mon, Dec 3, 2012 at 5:20 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Orhan, >

Re: Mod_jk - loadbalancer

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orhan, On 12/3/12 8:10 AM, Orhan Karasakal wrote: > If it is possible, then we set. Now we are not using this design > :) I think, it is not possible. I disagree: the sane parts of your request are definitely possible. requests from /wepapp1/* ->

Re: Mod_jk - loadbalancer

2012-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, On 12/3/12 6:49 AM, Felix Schumacher wrote: > Am 03.12.2012 11:59, schrieb André Warnier: >> Mladen Turk wrote: >>> On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
If it is possible, then we set. Now we are not using this design :) I think, it is not possible. many thanks all for your help On Mon, Dec 3, 2012 at 2:31 PM, Mladen Turk wrote: > On 12/3/2012 13:27, Orhan Karasakal wrote: > >> Many thanks for your replys >> >> But I have no one worker for spe

Re: Mod_jk - loadbalancer

2012-12-03 Thread Mladen Turk
On 12/3/2012 13:27, Orhan Karasakal wrote: Many thanks for your replys But I have no one worker for specific urls. For example, I have 5 nodes(worker1, worker2,...,worker5) requests from /wepapp1/* -> worker2,worker3 requests from /webapp2/* - > worker1, worker4, worker5 Is it possible ? Wit

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
Many thanks for your replys But I have no one worker for specific urls. For example, I have 5 nodes(worker1, worker2,...,worker5) requests from /wepapp1/* -> worker2,worker3 requests from /webapp2/* - > worker1, worker4, worker5 Is it possible ? Regards, On Mon, Dec 3, 2012 at 1:49 PM, Felix S

Re: Mod_jk - loadbalancer

2012-12-03 Thread Felix Schumacher
Am 03.12.2012 11:59, schrieb André Warnier: Mladen Turk wrote: On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. Session affinity should handle that. Session affinity should ensure that once a s

Re: Mod_jk - loadbalancer

2012-12-03 Thread André Warnier
Mladen Turk wrote: On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. Session affinity should handle that. Session affinity should ensure that once a session is started with one application on a

Re: Mod_jk - loadbalancer

2012-12-03 Thread Mladen Turk
On 12/3/2012 11:18, Orhan Karasakal wrote: But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. Session affinity should handle that. But if you wish something else use some other loadbalancer, eg. mod_rewrite round-robin and multiple mod_jk wor

Re: Mod_jk - loadbalancer

2012-12-03 Thread André Warnier
Orhan, 1) do not "top-post". It is difficult to follow the logical flow of the conversation when you do that. Orhan Karasakal wrote: On Mon, Dec 3, 2012 at 12:02 PM, André Warnier wrote: Orhan Karasakal wrote: Hi, I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) I want to

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
But firstly I want to send requests to loadbalancer and then according to url, sending the other nodes. I have a lot of nodes and I have to use loadbalancer for every request On Mon, Dec 3, 2012 at 12:02 PM, André Warnier wrote: > Orhan Karasakal wrote: > >> Hi, >> >> I use mod_jk loadbalancing.

Re: Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
I can solve the problem when I use more than loadbalancer. A lot of requests come our system so we use loadbalancer. But I want to send requests to specific nodes. Is not there any way while using one loadbalancer ? On Mon, Dec 3, 2012 at 11:57 AM, chris derham wrote: > > I use mod_jk loadbala

Re: Mod_jk - loadbalancer

2012-12-03 Thread André Warnier
Orhan Karasakal wrote: Hi, I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) I want to use only one loadbalancer. Can I set specific url after balancing ? For example, firstly every request will go to loadbalancer. Then if request is /WebApp/A*.com, it will go to node1. If request

Re: Mod_jk - loadbalancer

2012-12-03 Thread chris derham
> I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) > I want to use only one loadbalancer. Why are you using load balancing? Why do you want to use only one loadbalancer? > Can I set specific url after balancing > ? > > For example, firstly every request will go to loadbalancer. > T

Mod_jk - loadbalancer

2012-12-03 Thread Orhan Karasakal
Hi, I use mod_jk loadbalancing. (JkMount /WebApp/* loadbalancer ) I want to use only one loadbalancer. Can I set specific url after balancing ? For example, firstly every request will go to loadbalancer. Then if request is /WebApp/A*.com, it will go to node1. If request /WebApp/B*.com, it will g

AW: mod_jk Loadbalancer for 2 different tomcat Installations

2011-05-12 Thread Alexander Diedler
2011 13:29 An: Tomcat Users List Betreff: Re: mod_jk Loadbalancer for 2 different tomcat Installations Hello Alexander, On Mon, 9 May 2011 11:48:54 +0200, Alexander Diedler wrote: > Hello, > > I have a question about the configuration of loadbalancer with mod_jk > for Apache 2.2.

Re: mod_jk Loadbalancer for 2 different tomcat Installations

2011-05-09 Thread Felix Schumacher
Hello Alexander, On Mon, 9 May 2011 11:48:54 +0200, Alexander Diedler wrote: Hello, I have a question about the configuration of loadbalancer with mod_jk for Apache 2.2. We have 2 physical servers. Both have 2 different Tomcat Installations. Tomcat 6.0.26 and 6.0.32. We make worker1 and worker2

mod_jk Loadbalancer for 2 different tomcat Installations

2011-05-09 Thread Alexander Diedler
Hello, I have a question about the configuration of loadbalancer with mod_jk for Apache 2.2. We have 2 physical servers. Both have 2 different Tomcat Installations. Tomcat 6.0.26 and 6.0.32. We make worker1 and worker2 for both servers Tomcat 6.0.26 (Serverport 8010) and define a loadbalancer

Re: mod_jk Loadbalancer Not working as Expected

2006-03-05 Thread Mladen Turk
Mohan Wickramasinghe wrote: Hi All We have set up Loadbalacning of Jboss 4.0.3 using Apache2 (2.0.53), mod_jk 1.2.15. worker.abc123_1.domain=www.groupabc123.com See the red note about worker names at: http://tomcat.apache.org/connectors-doc/config/workers.html The same applies for the domai

mod_jk Loadbalancer Not working as Expected

2006-03-05 Thread Mohan Wickramasinghe
Hi All We have set up Loadbalacning of Jboss 4.0.3 using Apache2 (2.0.53), mod_jk 1.2.15. We have currently got 10 Tomcat Servers ( 5 on one server, 3 on another server and 2 on another server) We expect all workers to get the same amount of load (checked using the 'Busy' attribute show in the