Re: [us...@httpd] mod_jk balancing two balancer lists?

2010-09-14 Thread Rainer Jung
On 14.09.2010 16:29, nino martinez wael wrote: Hi Im not sure if this is the correct user list. But here goes. I have to separate sites, with 3 servers on each site. On site A I'd like to have a balancer which goes through server A1,A2 and A3 and if A1,A2,A3 were down it would go cross site to

[us...@httpd] mod_jk balancing two balancer lists?

2010-09-14 Thread nino martinez wael
Hi Im not sure if this is the correct user list. But here goes. I have to separate sites, with 3 servers on each site. On site A I'd like to have a balancer which goes through server A1,A2 and A3 and if A1,A2,A3 were down it would go cross site to B1,B2 and B3.. What we have configured now are i

[us...@httpd] Mod_JK connector configuration Error

2010-02-03 Thread daulat khan
Hi, i am hitting the following error while configuring mod_jk connector in solaris 10 machine. i am using sun studio tools for compiling. tomcat connector latest verson 1.2.28 apache latest verson 2.2.14 and tomcat latest version 6.0.20 configure: error: You must specify a valid --with-apxs path

[us...@httpd] mod_jk with https confiuration

2009-08-13 Thread ravindra
Hi All, We have same web application in two tomcats(6), we are load balancing through Apache2.2 using mod_jk.Now I want to access my application securely, i.e, browser to apache I want to accept only https and from apache to tomcats http. Something like this, here apache and tomcat

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-25 Thread Eric Covener
2009/3/25 张文东 : > > I think maybe the httpd server could not hold so many pool size > (cache?). I want to increase the httpd's ThreadsPerChild. but I found > it cannot set larger than 400 (this ThreadLimit is seted too). when >>400, the httpd error_log output: "[alert] (12)Cannot allocate > memor

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-25 Thread 张文东
Hi André Warnier, I modified the ajp connection configuation in wasce, such as ajp maxthreads, but it seems that it's not the reason for the "could not get free endpoint for worker" error. I set a series pool size and test the differences between them. (one node case) pool_size errors 25-50

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-24 Thread André Warnier
张文东 wrote: Hi all. I'm using httpd 2.2 and websphere application community edition (wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with wasce). My goal is: the httpd server delivers 3000 requests per second to the wasce servers. I use the mod_jk module, and the workers.properti

[us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-24 Thread 张文东
Hi all. I'm using httpd 2.2 and websphere application community edition (wasce) 2.1.1 (you may treat it as tomcat if you are not familiar with wasce). My goal is: the httpd server delivers 3000 requests per second to the wasce servers. I use the mod_jk module, and the workers.properties conf like

Re: [us...@httpd] mod_jk

2009-02-05 Thread André Warnier
Hi Mohit. Mohit Anchlia wrote: Couple of questions regarding mod_jk: 1. Does apache read worker.properties dynamically? So if I change worker.property would it be dynamically read by mod_jk. No, I don't think so. You need to restart Apache if you make a change. A more generic answer : In gene

Re: [us...@httpd] mod_jk

2009-02-05 Thread Peter Schober
* Mohit Anchlia [2009-02-05 17:39]: > Couple of questions regarding mod_jk: Note that mod_jk is supported by the tomcat people, not httpd (in contrast to mod_proxy_ajp), so the tomcat connector documentation applies. > 2. Does mod_jk check if the system is up and running before forwarding > that

[us...@httpd] mod_jk

2009-02-05 Thread Mohit Anchlia
Couple of questions regarding mod_jk: 1. Does apache read worker.properties dynamically? So if I change worker.property would it be dynamically read by mod_jk. 2. Does mod_jk check if the system is up and running before forwarding that request to the server configured in worker.properties file?