Re: mod_jk load balancing problem

2011-01-27 Thread Michael Ludwig
Shoaib M. Chaudhary schrieb am 27.01.2011 um 09:08 (+0500): When I use mod_jk with the following code for one worker it works fine but when I try to connect with two tomcat servers that are not on the same machine on which I have apache. Interestingly when I use one worker as localhost it

Re: mod_jk load balancing problem

2011-01-26 Thread Michael Ludwig
Shoaib M. Chaudhary schrieb am 26.01.2011 um 15:48 (+0500): I am trying to use mod_jk with tomcat 5.5.3x. When I use mode_jk with one worker it works fine Okay. but when I use loadbalancer with two different tomcats the server doesn't response No response at all? Or some error status?

Re: mod_jk load balancing problem

2011-01-26 Thread Shoaib M. Chaudhary
The problem is following, When I use mod_jk with the following code for one worker it works fine but when I try to connect with two tomcat servers that are not on the same machine on which I have apache. Interestingly when I use one worker as localhost it works fine again. There is no error but

Re: mod_jk load balancing problem

2011-01-26 Thread Shoaib M. Chaudhary
Hello, The problem I detected is that client has to send three requests for home page as it contains frames. How can I force mod_jk to send all requests to one server. I come to this result while I shutdown one server called tomcat3 and restart a tomcat on that machine (tomcat3) with no

RE: mod_jk - load balancing

2009-01-21 Thread Gerhardus.Geldenhuis
Hi Andrew, It will mark a worker as down and only send requests to working workers. There is a separate thread that checks the availability of all workers in an configurable time period which will mark the worker as available/functioning again when it becomes available, where after it will receive

Re: mod_jk load balancing and cluster node health

2008-06-17 Thread Rainer Jung
Nathan E. Pilling wrote: Is it possible to configure mod_jk to check node status by requesting a specific web application path to see if a cluster node is healthy (and should be included or excluded from the cluster)? I have a web application that runs across multiple tomcat instances and any

Re: mod_jk load balancing intelligence

2008-04-18 Thread Mladen Turk
Eddie Yee wrote: Hi, We use a combination of Tomcat 5.5.25, mod_jk (v1.25) and sun one web server (v6.1).The Sun Java web server points to 5 instances of tomcat as specified in our obj.conf and worker.properties. I know that currently if the application is not in a started state and

Re: mod_jk load balancing intelligence

2008-04-18 Thread Rainer Jung
Mladen Turk schrieb: Eddie Yee wrote: Hi, We use a combination of Tomcat 5.5.25, mod_jk (v1.25) and sun one web server (v6.1).The Sun Java web server points to 5 instances of tomcat as specified in our obj.conf and worker.properties. I know that currently if the application is not

RE: mod_jk - load balancing

2007-04-26 Thread Gregor Novak
would appreciate if somebody could tell me what to put in every necessary file on apache, mod_jk conf and tomcat's server.xml. Thanks. Grega From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 4:43 PM To: Tomcat Users List Subject: Re: mod_jk - load

Re: mod_jk - load balancing

2007-04-25 Thread Peter . Henningsen
Hello Gregor, did you configure jk_mounts in jk.conf ? They determine, what is passed on via the loadbalancer-worker to tomcat. Also, I dislike the idea to habe the same ajp-Port al all instances (or do they have different names?). Finally, do not forget to set the individual jvm_route on the

RE: mod_jk load balancing with SSL?

2007-03-22 Thread Sean Neeley
. - Sean -Original Message- From: Sean Neeley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 9:34 AM To: Tomcat Users List Subject: RE: mod_jk load balancing with SSL? Tim, Thank you. That was very helpful. It looks like your settings are very similar to mine. The difference

RE: mod_jk load balancing with SSL?

2007-03-20 Thread Sean Neeley
No one has ever done this? Help?! -Original Message- From: Sean Neeley [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 12:16 PM To: users@tomcat.apache.org Subject: mod_jk load balancing with SSL? I'm using Apache Tomcat/5.5.15 and trying to get load balancing working with SSL.

RE: mod_jk load balancing with SSL?

2007-03-20 Thread Tim Lucia
=tc01_9009,tc02_9009,tc03_9009 worker.wlb.method=T worker.wlb.sticky_session=1 worker.wlb.sticky_session_force=0 worker.jkstatus.type=status Tim -Original Message- From: Sean Neeley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 5:05 PM To: Tomcat Users List Subject: RE: mod_jk

Re: MOD_JK load balancing algorithm?

2006-06-15 Thread Pankaj DHINGRA
Are you using sticky sessions? if you are using sticky sessions, the apache will route all the requests from the same user to the same server. this property is defined in worker.properties file. Thanks, Pankaj Edmon Begoli wrote: MOD_JK documentation says that mod_jk is employing weighted