Re: Load balancing websockets

2021-08-01 Thread Christopher Schultz
e pool, WS connections are not load balanced as they are persistent. In general, wondering what are some of the mechanisms/tools are employed to handle WebSocket load balancing issues. Websocket is a connection-oriented protocol negotiated through a connectionless protocol (HTTP), and you end up with a

Load balancing websockets

2021-07-28 Thread Sridhar Rao
s they are persistent. In general, wondering what are some of the mechanisms/tools are employed to handle WebSocket load balancing issues. Thanks,

Re: 502 errors in Google Clod Platform Load Balancing with Tomcat Servers

2019-01-28 Thread Mark Thomas
been EOL for more than a year. > I am not sure whether we need to consider any tomcat specific settings or > parameters for scaling in GCP and to fix this issue. Any help on this is > highly appreciated. Providing your current Connector configuration and your load-balancing configurati

Re: 502 errors in Google Clod Platform Load Balancing with Tomcat Servers

2019-01-27 Thread Dhaval Jaiswal
When load balancer see Instance in healthy state it would start sending request to the application. Does your deployed application on the Instance is ready as well to serve the request? Do you check application is ready alongwith Instance health. On Fri, Jan 25, 2019 at 6:41 PM Abin Joseph wrote

502 errors in Google Clod Platform Load Balancing with Tomcat Servers

2019-01-25 Thread Abin Joseph
Hi Team, Our application is deployed in google cloud and the back end instances are tomcat servers. Now our load balancer is returning 502 errors with status details “backend-timeout” for some requests and it is impacting our production in a huge way. The instances are healthy when the error occ

Re: Load Balancing to Tomcat Workers

2018-10-04 Thread loai.abdallatif
Thanks very much Rainer . I will check deeply what you said . Thanks again  Sent from my Samsung Galaxy smartphone. Original message From: Rainer Jung Date: 10/4/18 10:35 AM (GMT+02:00) To: Tomcat Users List Subject: Re: Load Balancing to Tomcat Workers Just adding a bit

Re: Load Balancing to Tomcat Workers

2018-10-04 Thread Rainer Jung
and everything before you start changing things. Specifically, read the introduction to the "Load Balancing Directives" section (which specifically, in RED TEXT, warns you about setting these parameters and making sure they agree). Read about the "route" attribute and also read a

Re: Load Balancing to Tomcat Workers

2018-10-03 Thread Christopher Schultz
ies documentation[1] for these settings just to make sure you understand everything before you start changing things. Specifically, read the introduction to the "Load Balancing Directives" section (which specifically, in RED TEXT, warns you about setting these parameters and making sure they

Load Balancing to Tomcat Workers

2018-10-03 Thread Loai Abdallatif
Hello, I have configures web server with jk load balancer to tomcat server (192.168.237.11) with two containers worker 0, worker1) the problem is that the web application session seems keep rotating between both workers but I need session stickeness, means the client will be connected to the same

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Rainer Jung
Am 09.08.2017 um 11:50 schrieb Martin Knoblauch: On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung wrote: Hi Martin, Am 04.08.2017 um 10:53 schrieb Martin Knoblauch: Hi, just need some clarification on the mod_jk load blanacing method "Next". The documentation states: "If method is set to N[e

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Martin Knoblauch
On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung wrote: > Hi Martin, > > Am 04.08.2017 um 10:53 schrieb Martin Knoblauch: > >> Hi, >> >> just need some clarification on the mod_jk load blanacing method "Next". >> The documentation states: >> >> "If method is set to N[ext] the balancer will again use

Re: Small question on mod_jk load balancing methon "Next"

2017-08-09 Thread Martin Knoblauch
On Fri, Aug 4, 2017 at 11:49 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 8/4/17 4:53 AM, Martin Knoblauch wrote: > > Hi, > > > > just need some clarification on the mod_jk load blanacing method > > "Next". Th

Re: Small question on mod_jk load balancing methon "Next"

2017-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 8/4/17 4:53 AM, Martin Knoblauch wrote: > Hi, > > just need some clarification on the mod_jk load blanacing method > "Next". The documentation states: > > "If method is set to N[ext] the balancer will again use the number > of sessions

Re: Small question on mod_jk load balancing methon "Next"

2017-08-04 Thread Rainer Jung
Hi Martin, Am 04.08.2017 um 10:53 schrieb Martin Knoblauch: Hi, just need some clarification on the mod_jk load blanacing method "Next". The documentation states: "If method is set to N[ext] the balancer will again use the number of sessions to find the best worker. All remarks concerning the

Small question on mod_jk load balancing methon "Next"

2017-08-04 Thread Martin Knoblauch
Hi, just need some clarification on the mod_jk load blanacing method "Next". The documentation states: "If method is set to N[ext] the balancer will again use the number of sessions to find the best worker. All remarks concerning the Session method apply as well. The difference to the Session me

RE: Load balancing problem with activation=disabled

2016-10-18 Thread Kozak, Milos
: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: 18 October 2016 11:33 To: Tomcat Users List Subject: Re: Load balancing problem with activation=disabled Am 18.10.2016 um 10:10 schrieb Kozak, Milos: > Hi, > > I am debugging a mod_jk load-balancing configuration which has been used a &

Re: Load balancing problem with activation=disabled

2016-10-18 Thread Rainer Jung
Am 18.10.2016 um 10:10 schrieb Kozak, Milos: Hi, I am debugging a mod_jk load-balancing configuration which has been used a lot, but for two nodes only. Currently, we made a change for more nodes, and we are facing problem. Original idea was to have one PROD and DR servers such that all

Load balancing problem with activation=disabled

2016-10-18 Thread Kozak, Milos
Hi, I am debugging a mod_jk load-balancing configuration which has been used a lot, but for two nodes only. Currently, we made a change for more nodes, and we are facing problem. Original idea was to have one PROD and DR servers such that all requests are handled by PROD and if PROD goes down

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Christopher Schultz
t have experience with all kinds of reverse-proxy servers. My deepest experience is with httpd+mod_jk+Tomcat while others may use httpd+mod_proxy_http+Tomcat or nginx+Tomcat or haproxy+Tomcat or squid+Tomcat. Or even IIS + Tomcat if necessary. Apache httpd is a fairly heavy web server to use if all y

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
end servers to distribute the load.Hence,kindly help me > > how to configure load balance on Apache tomcat. > > > > I'm open to tips and advices ;) > > We need more requirements to actually help. For example, I have no > clue what Oracle Apex is. Does it use sessi

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Christopher Schultz
ts to actually help. For example, I have no clue what Oracle Apex is. Does it use sessions? Are they distributable? Do you just want load-balancing, or do you need seamless-failover? - -chris -BEGIN PGP SIGNATURE- Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Th

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
ots of examples configuring > haproxy with tomcat as backend. you could SSL client offload (need TPROXY > enabled), etc etc. > > > > On Jul 6, 2016, at 9:41 AM, chandra sekhar wrote: > > Yes.we have an option to offload load balancing to a different server.Could > you ple

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Abhijit Das
Yes.we have an option to offload load balancing to a different server.Could you please explain more on haproxy if you can and please share me doc related to this and load balancing? On Wed, Jul 6, 2016 at 12:10 PM, Abhijit Das wrote: > Do you have the option to offload load balancing to a

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
Yes.we have an option to offload load balancing to a different server.Could you please explain more on haproxy if you can and please share me doc related to this and load balancing? On Wed, Jul 6, 2016 at 12:10 PM, Abhijit Das wrote: > Do you have the option to offload load balancing t

Re: Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread Abhijit Das
Do you have the option to offload load balancing to a different server? If so, look at haproxy and/or nginx. haproxy would be more customizable. If there are bandwidth constraints, implement a DSR VIP (IP triangulation). On Jul 6, 2016, at 9:08 AM, chandra sekhar wrote: Hi, We were using

Load Balancing Oracle Apex Application on Apache tomcat.

2016-07-06 Thread chandra sekhar
Hi, We were using apache-tomcat-7.0.55 for our Oracle Apex 4.2.5 Application on Linux(Linux 2.6.32-573.22.1.el6.x86_64 x86_64 GNU/Linux). As we have around 300-500 users using this application,we would like to know if we can load balance our Oracle Apex Application on 2 or 3 frontend servers to

mod_jk load balancing to Tomcats or SonicWall NetScaler?

2016-05-09 Thread Jason Britton
we have already acquired NetScaler for other purposes. mod_jk seems quite robust in its load balancing options. Would really appreciate details I should be taking into consideration one way or the other. To simply this discussion just assume we are using the latest version of mod_jk, apache and tomc

mod_jk load balancing method: Session vs Next

2015-06-29 Thread Yugo Nagata
Hi, I'm reading the document about load balancing method of mod_jk workers.properties. However, I don't understand why "Next" is better than "Session" if numbers of sessions is small. How does the count reducing method affect an election of the best worker? C

Re: Tomcat 7 Cluster with load balancing only needs to run a service periodically

2014-05-26 Thread Suhaas Lang
Yes, Christopher, I know. Any pointers? Any open source libraries that might be worth looking at? Regards, Suhaas On May 26, 2014 2:52 PM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Suhas, > > On 5/21/14, 9:46 AM, Suhaas Lang wrote: > > Thanks for your

Re: Tomcat 7 Cluster with load balancing only needs to run a service periodically

2014-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suhas, On 5/21/14, 9:46 AM, Suhaas Lang wrote: > Thanks for your response. No. I am not allowed to use cron :-) > > One thing I have been asked to look at is nodes co-ordinating by > sending events to each other. > > But again I am wondering how c

Re: Tomcat 7 Cluster with load balancing only needs to run a service periodically

2014-05-21 Thread Suhaas Lang
Thanks for your response. No. I am not allowed to use cron :-) One thing I have been asked to look at is nodes co-ordinating by sending events to each other. But again I am wondering how coordination would take place in case one node goes down. In that case, when it is started again and becomes

Re: Tomcat 7 Cluster with load balancing only needs to run a service periodically

2014-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Suhaas, On 5/19/14, 11:40 AM, Suhaas Lang wrote: > The Tomcat cluster is configured as load balancer only. There is no > session replication. So in case a Tomcat node on which the user > session is running, dies in that case the session is lost. >

Tomcat 7 Cluster with load balancing only needs to run a service periodically

2014-05-19 Thread Suhaas Lang
The Tomcat cluster is configured as load balancer only. There is no session replication. So in case a Tomcat node on which the user session is running, dies in that case the session is lost. We do need to run a service on that cluster periodically. Obviously it cannot run on both servers, but at t

Re: Apache Tomcat 7 load-balancing and clustering

2014-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fidelis, On 4/17/14, 7:14 AM, MNYANYI, FIDELIS wrote: > Hi, > > I'm relatively new to Apache Tomcat, especially on > clustering/load-balancing. The question I have is: > > Can I implement load-balancing of Apache T

Re: Apache Tomcat 7 load-balancing and clustering

2014-04-17 Thread Daniel Mikusa
On Apr 17, 2014, at 7:14 AM, MNYANYI, FIDELIS wrote: > Hi, > > I'm relatively new to Apache Tomcat, especially on clustering/load-balancing. > The question I have is: > > Can I implement load-balancing of Apache Tomcat 7 instances using native > solutions if a

Re: Apache Tomcat 7 load-balancing and clustering

2014-04-17 Thread Mark Thomas
On 17/04/2014 12:14, MNYANYI, FIDELIS wrote: > Hi, > > I'm relatively new to Apache Tomcat, especially on > clustering/load-balancing. The question I have is: > > Can I implement load-balancing of Apache Tomcat 7 instances using > native solutions if any. No. >

Apache Tomcat 7 load-balancing and clustering

2014-04-17 Thread MNYANYI, FIDELIS
Hi, I'm relatively new to Apache Tomcat, especially on clustering/load-balancing. The question I have is: Can I implement load-balancing of Apache Tomcat 7 instances using native solutions if any. I mean without putting either Apache HTTPD or other load-balancing hardware/softwa

Re: mod_jk, JSESSION_ID and load-balancing

2013-06-24 Thread Christopher Schultz
t keep > JSESSIONID generated by Apache Tomcat (via jvmRoute). > > This application is using ASF Shiro who in turn regenerate its own > JSESSIONID (and replace one from Tomcat). > > It completly broke mod_jk/ajp load-balancing and sticky session. > > Did some of you allready en

Re: Secure AJP load balancing problem

2013-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 1/3/13 10:24 AM, Arunkumar Janarthanan wrote: > *Apache conf:* > > ProxyPassMatch ^/(.*\.jsp|.*\.do)(;jsessionid=.*)?$ > balancer://lb1/$1 Why are you intentionally removing the jsessionid from being forwarded to the worker? I think you

Re: Secure AJP load balancing problem

2013-01-04 Thread Pid
On 03/01/2013 21:52, Igor Cicimov wrote: > On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" > wrote: >> >> Thanks Mark, I am working on parallely setting up another environment with >> Tomcat 6.x, however to clear an urgent audit I need to show the Apache >> connector uses secure protocol to exchang

Re: Secure AJP load balancing problem

2013-01-03 Thread Igor Cicimov
On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" wrote: > > Thanks Mark, I am working on parallely setting up another environment with > Tomcat 6.x, however to clear an urgent audit I need to show the Apache > connector uses secure protocol to exchange the data between Apache and > tomcat. Both thes

Re: Secure AJP load balancing problem

2013-01-03 Thread Arunkumar Janarthanan
Thanks Mark, I am working on parallely setting up another environment with Tomcat 6.x, however to clear an urgent audit I need to show the Apache connector uses secure protocol to exchange the data between Apache and tomcat. Both these servers are in DMZ and on different servers. Hello Chris, Tha

Re: Secure AJP load balancing problem

2013-01-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 1/2/13 4:45 PM, Arunkumar Janarthanan wrote: > I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, I have > tried my balancer members to use HTTPS port So you are trying to use HTTPS over AJP? Did you mean APR? Please post your from

Re: Secure AJP load balancing problem

2013-01-02 Thread Mark Thomas
On 02/01/2013 21:45, Arunkumar Janarthanan wrote: > Hello, > > I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, Time to upgrade. 5.5.x is no longer supported. > I have tried my > balancer members to use HTTPS port and finds the JSP pages doing ok for > some reason the struts / action ser

RE: Load balancing & session affinity (QUERY)

2012-04-26 Thread GIORGI Olivier
Hello Derek, Thank you for your fruitfull answer. It works. Best regards Olivier. -Original Message- From: Derek Beauregard [mailto:dbeaureg...@vmware.com] Sent: Thursday, April 26, 2012 5:59 PM To: Tomcat Users List Subject: Re: Load balancing & session affinity (QUERY) Have

Re: Load balancing & session affinity (QUERY)

2012-04-26 Thread Derek Beauregard
g Apache 2.2.21 & Tomcat 6.0.29 > >1) Schema: Load balancer (Apache.2.2.21) -> 1st appli (Tomcat 6.0.29) >-> 2nd appli. (Tomcat 6.0.29) > >2) Using the following configuration, my load balancing is stateless

Load balancing & session affinity (QUERY)

2012-04-26 Thread GIORGI Olivier
Hello to all, I am using Apache 2.2.21 & Tomcat 6.0.29 1) Schema: Load balancer (Apache.2.2.21) -> 1st appli (Tomcat 6.0.29) -> 2nd appli. (Tomcat 6.0.29) 2) Using the following configuration, my load balancing is stateless instead of statefull (having a look a

Re: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread André Warnier
related to detection of the Source IP Address in Load-balancing mode On 23/11/2011 06:37, Faseela K wrote: Hi, I have applications running on two tomcat servers which are in load balancing mode. OK so far. If I try to access the application from the first server,and if the request is forwarded

RE: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread Faseela K
, Faseela -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, November 24, 2011 1:08 AM To: Tomcat Users List Subject: Re: Query related to detection of the Source IP Address in Load-balancing mode On 23/11/2011 06:37, Faseela K wrote: > > Hi, > > I have

Re: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread Pid
On 23/11/2011 06:37, Faseela K wrote: > > Hi, > > I have applications running on two tomcat servers which are in load balancing > mode. OK so far. > If I try to access the application from the first server,and if the request > is forwarded to the second server, > t

Re: Query related to detection of the Source IP Address in Load-balancing mode

2011-11-23 Thread André Warnier
Faseela K wrote: Hi, I have applications running on two tomcat servers which are in load balancing mode. If I try to access the application from the first server,and if the request is forwarded to the second server, the request.getRemoteAddr() on the second server still returns "127.

Query related to detection of the Source IP Address in Load-balancing mode

2011-11-22 Thread Faseela K
Hi, I have applications running on two tomcat servers which are in load balancing mode. If I try to access the application from the first server,and if the request is forwarded to the second server, the request.getRemoteAddr() on the second server still returns "127.0.0.1"(instea

Problem in Load Balancing (AJP)

2011-11-14 Thread ali jan
Dear all we have deployed our university application in a cluster(did load balancing using AJP) using tomcat application servers and apache access sever. *Following is our apache httpd.conf configuration* ProxyPass / balancer://myCluster/ stickysession=JSESSIONID|jsessionid nofailover=On

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 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 applicati

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 t

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?

mod_jk load balancing problem

2011-01-26 Thread Shoaib M. Chaudhary
Hello, I am trying to use mod_jk with tomcat 5.5.3x. When I use mode_jk with one worker it works fine but when I use loadbalancer with two different tomcats the server doesn't response but always try to refresh the page. Can any one help me out please. Regards * Shoaib *

RE: httpd/Tomcat load balancing question

2011-01-05 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Wednesday, January 05, 2011 10:21 AM > To: Tomcat Users List > Subject: Re: httpd/Tomcat load balancing question > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 &g

Re: httpd/Tomcat load balancing question

2011-01-05 Thread Pid
On 1/5/11 4:21 PM, Christopher Schultz wrote: >> In this case, only gain. > I see some opportunities for loss: see above. :) p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: httpd/Tomcat load balancing question

2011-01-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, Late to the thread. :( On 12/23/2010 5:37 AM, Pid wrote: > On 23/12/2010 07:49, André Warnier wrote: >> So in clear everyday English, for the benefit of the oppressed minority >> who does not speak JSTL fluently, the fact of encoding this link i

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-04 Thread Mark Thomas
On 04/01/2011 06:47, Harsimranjit singh Kler wrote: > So this means tomcat alone have not sufficent support for Load Balancing and > clustering?. Correct. Tomcat does not provide a reverse proxy implementation. > You main only way to achive is to use apache server HTTPD and connector,

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
So this means tomcat alone have not sufficent support for Load Balancing and clustering?. but i am able to check successfully: 1)Session maintaince2)Auto Deployment Only thing i am not able to achive to hide Cluster URL on redirection. You main only way to achive is to use apache server HTTPD

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Pid
ment for other load-balancing mechanisms used for high traffic environments." IMHO I'd suggest that it's not suitable for most environments. Just use HTTPD and mod_jk. p 0x62590808.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread André Warnier
Harsimranjit singh Kler wrote: Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
Hi Here is details: *Tomcat version*: 5.5.27 *OS*:Window XP *JDK*:1.6 *Environment Trying to Create* :Load balancing and Clustering on single Machine using tomcat instances only(balancer Feature) . *What i have Achieved*:i am running 4 instances of tomcat on ports 8080,9080,10080,11080.So port

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread David Smith
On 12/28/2010 8:33 AM, Pid wrote: > On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: >> Hi >> >> i have testing tomcat clustering on single machine.What i am able to do is i >> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in >> balancer with round robin approach.all r

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-28 Thread Pid
On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: > Hi > > i have testing tomcat clustering on single machine.What i am able to do is i > hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in > balancer with round robin approach.all requests hits on balancer redirected > to

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-26 Thread Harsimranjit singh Kler
Hi i have testing tomcat clustering on single machine.What i am able to do is i hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in balancer with round robin approach.all requests hits on balancer redirected to on one cluster which is on some different port. when redirectin

RE: httpd/Tomcat load balancing question

2010-12-23 Thread Jeffrey Janner
55 PM > To: Tomcat Users List > Subject: RE: httpd/Tomcat load balancing question > > > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > > Subject: RE: httpd/Tomcat load balancing question > > > > > default > > /static/* &

RE: httpd/Tomcat load balancing question

2010-12-23 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: httpd/Tomcat load balancing question > > default > /static/* > > This is supposed to send anything that comes in as /static/ to the > default servlet for Tomcat to

RE: RETomcat Load Balancing

2010-12-23 Thread Caldarale, Charles R
> From: Singh, Harsimranjit (NSN - IN/Bangalore) > [mailto:harsimranjit.si...@nsn.com] > Subject: RETomcat Load Balancing > How I can resolve it! Start by not hijacking other people's threads. If you have a new topic, start a new thread - do not just reply to a random one fr

RE: httpd/Tomcat load balancing question

2010-12-23 Thread Jeffrey Janner
ing? Jeff > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Thursday, December 23, 2010 7:15 AM > To: Tomcat Users List > Subject: Re: httpd/Tomcat load balancing question > > I'll top post and reply to an earlier message at the same time,

RE: httpd/Tomcat load balancing question

2010-12-23 Thread Jeffrey Janner
> -Original Message- > From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Sent: Thursday, December 23, 2010 5:07 AM > To: Tomcat Users List > Subject: Re: httpd/Tomcat load balancing question > > 2010/12/23 Pid : > > On 23/12/2010 07:49, André Warn

Re: httpd/Tomcat load balancing question

2010-12-23 Thread André Warnier
as mod_proxy in terms of connecting and load-balancing, but it is a different configuration. 6) and if these java guys don't get it cooked, there are other ways to do this, but this would become off-topic for this list, so maybe we should then do that offline. 7) your proposed course of

Re: httpd/Tomcat load balancing question

2010-12-23 Thread Konstantin Kolinko
2010/12/23 Pid : > On 23/12/2010 07:49, André Warnier wrote: >> Pid * wrote: >>> On 22 Dec 2010, at 23:38, André Warnier wrote: >>> Pid * wrote: > On 22 Dec 2010, at 23:02, Jeffrey Janner > wrote: >> Definitely the culprit.  Now, I just have to convince the Dev team >> that t

RETomcat Load Balancing

2010-12-23 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi I am able to test load balancing and clustering with multiple tomcat instances using rule.xml.but when tomcat balancer redirect requests to tomcat cluster instance ist displays port of tomcat cluster.So am not able redirection display clearly details of new tomcate How I can resolve it

Re: httpd/Tomcat load balancing question

2010-12-23 Thread Pid
On 23/12/2010 07:49, André Warnier wrote: > Pid * wrote: >> On 22 Dec 2010, at 23:38, André Warnier wrote: >> >>> Pid * wrote: On 22 Dec 2010, at 23:02, Jeffrey Janner wrote: > Definitely the culprit. Now, I just have to convince the Dev team > that they are, once again, a bunc

Re: httpd/Tomcat load balancing question

2010-12-23 Thread Rainer Jung
On 23.12.2010 00:08, Pid * wrote: On 22 Dec 2010, at 23:02, Jeffrey Janner wrote: Definitely the culprit. Now, I just have to convince the Dev team that they are, once again, a bunch of idiots. Fail. I'm sure it's some framework/tool they are using. The question now is, if I can't get

Re: httpd/Tomcat load balancing question

2010-12-22 Thread André Warnier
Pid * wrote: On 22 Dec 2010, at 23:38, André Warnier wrote: Pid * wrote: On 22 Dec 2010, at 23:02, Jeffrey Janner wrote: Definitely the culprit. Now, I just have to convince the Dev team that they are, once again, a bunch of idiots. Fail. Pid, why /do/ the "static objects" links embedde

Re: httpd/Tomcat load balancing question

2010-12-22 Thread Pid *
On 22 Dec 2010, at 23:38, André Warnier wrote: > Pid * wrote: >> On 22 Dec 2010, at 23:02, Jeffrey Janner wrote: >>> Definitely the culprit. Now, I just have to convince the Dev team that >>> they are, once again, a bunch of idiots. >> Fail. > Pid, > why /do/ the "static objects" links embedde

Re: httpd/Tomcat load balancing question

2010-12-22 Thread André Warnier
Pid * wrote: On 22 Dec 2010, at 23:02, Jeffrey Janner wrote: Definitely the culprit. Now, I just have to convince the Dev team that they are, once again, a bunch of idiots. Fail. Pid, why /do/ the "static objects" links embedded in the login page get back to the browser with a jsessioni

Re: httpd/Tomcat load balancing question

2010-12-22 Thread Pid *
f > >> -Original Message- >> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] >> Sent: Wednesday, December 22, 2010 4:50 PM >> To: 'Tomcat Users List' >> Subject: RE: httpd/Tomcat load balancing question >> >> In the specific case

RE: httpd/Tomcat load balancing question

2010-12-22 Thread Jeffrey Janner
2, 2010 4:50 PM > To: 'Tomcat Users List' > Subject: RE: httpd/Tomcat load balancing question > > In the specific case I mention below, this is the source from the jsp: > " /> > > I'm not a jsp programmer, but I'm betting it has something to d

RE: httpd/Tomcat load balancing question

2010-12-22 Thread Jeffrey Janner
; Sent: Wednesday, December 22, 2010 4:40 PM > To: 'Tomcat Users List'; 'Tomcat Users List' > Subject: RE: httpd/Tomcat load balancing question > > Thanks, that was what I was thinking. > Since the only JSP I have access to is the welcome-file, I'm not sur

Re: httpd/Tomcat load balancing question

2010-12-22 Thread André Warnier
Addendum. You could also write the links as (without leading "/"). That would keep them relative to the current app, and cause less work if you ever want to call the application other than "Portal". You could also put the static elements in your app under Tomcat. Unless there are lots of the

RE: httpd/Tomcat load balancing question

2010-12-22 Thread Jeffrey Janner
22, 2010 2:43 PM > To: Tomcat Users List > Subject: Re: httpd/Tomcat load balancing question > > Hi. > > Not knowing anything about JSP per se, I would nevertheless guess that > the links are > written using something like > or similarly, instead > of just plain html &g

Re: httpd/Tomcat load balancing question

2010-12-22 Thread André Warnier
Hi. Not knowing anything about JSP per se, I would nevertheless guess that the links are written using something like or similarly, instead of just plain html . That probably leads the JSP compiler to think it has to "relativise" the links to the app context and so on, while in this case it s

httpd/Tomcat load balancing question

2010-12-22 Thread Jeffrey Janner
Httpd 2.2.17 Tomcat 6.0.29 Sun JDK 1.6.0_22 Spring Framework (3.0.2 I think) All on Windows The Dev team is creating a new app that we are planning to deploy using httpd as a load-balancer to two Tomcats on separate servers. Httpd is configured to serve static files - graphics, css, etc. - with

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Mark Thomas
rs in the backend. No you don't. Load balancing != clustering. > 3)It will be good if you can let me know when to use the stickysession > attribute or provide me the docs link which explains when to use the > stickysession attribute. http://www

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Amol Puglia
Hi, I am using following versions of softwares 1)Apache version :- 2.2.14 2)Tomcat version :- apache-tomcat-6.0.20 3)Java Version :- jdk 1.6.0.5 4)Operating system :- solaris 5.10 I am trying to acheive load balancing for two instance of tomcat with apache with mod_proxy module. As of now

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Amol Puglia
link which explains when to use the stickysession attribute. 4)I have fixed the jvmroutepath. --- On Mon, 9/13/10, Mark Thomas wrote: From: Mark Thomas Subject: Re: apache tomcat load balancing not working using mod_proxy To: "Tomcat Users List" Date: Monday, September 13, 2010, 3

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Mark Thomas
On 13/09/2010 10:56, Amol Puglia wrote: > No need to use a wildcard. > ProxyPass balancer://tomcatservers/* stickysession=JSESSIONID > nofailover=off No need to use a wildcard. The stickysession attribute is invalid - see the docs The nofailover attribue is unexpected unless you

Re: apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread André Warnier
Amol Puglia wrote: .. kindly assist me to acheive loadbalancing using proxies modules. Kindly telling us what version of Apache, Tomcat, Java etc you are using, on which platform, and what is not working, may help us helping you.

apache tomcat load balancing not working using mod_proxy

2010-09-13 Thread Amol Puglia
Hello Team, I am trying to achieve load balancing with proxies modules. Following are the configuration of proxy module. LoadModule proxy_ajp_module modules/mod_proxy_ajp.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so    Listen server_name:443

Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error

2010-09-10 Thread Mladen Turk
On 09/10/2010 10:21 AM, Amol Puglia wrote: Hello Mladen, I already have application specific entry in server.xml for jvmroute which is shown as below. As per the loadbalancing document we would have to add following entry in the server.xml file I am unable to add above entry as already we

Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error

2010-09-10 Thread Amol Puglia
Thu, 9/9/10, Mladen Turk wrote: From: Mladen Turk Subject: Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error To: users@tomcat.apache.org Date: Thursday, September 9, 2010, 6:08 PM On 09/09/2010 02:19 PM, Amol Puglia wrote: > Hello Mladen, > > I am still getting

Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error

2010-09-09 Thread Mladen Turk
On 09/09/2010 02:19 PM, Amol Puglia wrote: Hello Mladen, I am still getting 500 error while accessing tomcat trhough apache. I have added following entry as suggested by you in httpd.conf file. JkMount /eMatrix/* loadbalancer;use_server_errors=500 Sorry, that wold actually force Apache erro

Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error

2010-09-09 Thread Amol Puglia
il/loading_empty.gif< 14:12:20 DEBUG http-8083-3 [ MarsMonitorFilter.getRequestedURL] url >http://marsvca3.sw.ericsson.se:8083/eMatrix/images/buttons/loginOn.gif< 14:13:16 --- On Thu, 9/9/10, Pid wrote: From: Pid Subject: Re: Tomcat Load Balancing Not working and Apache URL is giving

Re: Tomcat Load Balancing Not working and Apache URL is giving 500 error

2010-09-09 Thread Amol Puglia
: Tomcat Load Balancing Not working and Apache URL is giving 500 error To: users@tomcat.apache.org Date: Thursday, September 9, 2010, 5:00 PM On 09/09/2010 01:01 PM, Amol Puglia wrote: > Hello Pid, > > I have set the jk log level to debug and i can see following messages in the > mod_jk

  1   2   3   4   >