RE: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Luis Esquivel
Subject: Re: Connector IIS7 Load balancing Issue (workers.properties) On 17.06.2010 16:33, Luis Esquivel wrote: > Hello, > > I have a situation where my IIS tomcat load balancing configuration between 2 > nodes keeps switching in every single request from the same browser. > The JSE

Re: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Rainer Jung
On 17.06.2010 16:33, Luis Esquivel wrote: Hello, I have a situation where my IIS tomcat load balancing configuration between 2 nodes keeps switching in every single request from the same browser. The JSESSIONID changes every time I hit refresh on the browser because it switches between the 2 n

Re: Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Electronjockey
check your windows NLB affinity setting for the cluster, should be set to single. Sounds like it's off. Luis Esquivel wrote: Hello, I have a situation where my IIS tomcat load balancing configuration between 2 nodes keeps switching in every single request from the same browser. The JSESSIONID

Connector IIS7 Load balancing Issue (workers.properties)

2010-06-17 Thread Luis Esquivel
Hello, I have a situation where my IIS tomcat load balancing configuration between 2 nodes keeps switching in every single request from the same browser. The JSESSIONID changes every time I hit refresh on the browser because it switches between the 2 nodes each time. This was working at some po

Re: mod_ajp and Load-Balancing Issue

2008-09-22 Thread Stephen Nelson-Smith
On Mon, Sep 22, 2008 at 1:45 AM, Shaun Senecal <[EMAIL PROTECTED]> wrote: > Are you using the ClusterSingleSignOn Valve? I'm not, no. I have httpd 2.2 on the front-end, with a balancer pool thus: ProxyRequests Off ProxyVia Off ProxyPreserveHost On ProxyErrorOverride On ProxyTimeout 60 B

Re: mod_ajp and Load-Balancing Issue

2008-09-21 Thread Shaun Senecal
Oops. My orignal post is here ( http://www.nabble.com/Clustered-SSO-improperly-invalidated-upon-web-application-shutdown-to19447895.html#a19447895). It might descirbe the problem better to see if this is the same issue you are facing. On Mon, Sep 22, 2008 at 9:45 AM, Shaun Senecal <[EMAIL PROTEC

Re: mod_ajp and Load-Balancing Issue

2008-09-21 Thread Shaun Senecal
Are you using the ClusterSingleSignOn Valve? If you are, this sounds like the behaviour I was seeing, and have since resolved. The problem I had (well, part of the problem) was that the SSO information was not being replicated across the cluster when tomcat instances were brought back up. This me

Re: mod_ajp and Load-Balancing Issue

2008-09-20 Thread Stephen Nelson-Smith
Good morning, > By "error", I just meant that I'd get redirected to the login page > instead of the expected page. Sorry to confuse. There are no error > pages, logs or messages. Just that I got switched to a different node. >> If you want to debug a little more: In Tomcat you can add a >> %S t

RE: mod_ajp and Load-Balancing Issue

2008-07-16 Thread marat
h parameter dircetly in the logged URL. > > Thanks. I'll do that. (First time apache troubleshooter here). I'll get > back on the results. > -- > > Richi > > - > To start a

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
> > Basically, I open a user session and go through various > pages on my app. > > After a couple of clicks, the app just brings me back to > the start page. > > I'm monitoring logs from both sides and I see that as soon > as it comes > > back in error and brings me to the login page, activity

Re: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Rainer Jung
Plana, Richard schrieb: So far, so good. You also need to tell mod_proxy_balancer, what the name of the URL parameter resp. Cookie is, which carries the routing information. I forgot about that (in mod_jk it is automatically the right for Java App Servers, mod_proxy is more flexible and you

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
> >> So far, so good. You also need to tell mod_proxy_balancer, > what the > >> name of the URL parameter resp. Cookie is, which carries > the routing > >> information. I forgot about that (in mod_jk it is > automatically the > >> right for Java App Servers, mod_proxy is more flexible and >

Re: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Rainer Jung
Plana, Richard schrieb: -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 12:38 PM To: Tomcat Users List Subject: Re: mod_ajp and Load-Balancing Issue Plana, Richard schrieb: Hi, Thanks. Yes, if I can't share the session inform

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
> -Original Message- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Friday, July 04, 2008 12:38 PM > To: Tomcat Users List > Subject: Re: mod_ajp and Load-Balancing Issue > > Plana, Richard schrieb: > > Hi, > > > > Thanks. Yes, if I can&

Re: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Rainer Jung
end of the ProxyPass line. See also the mod_proxy docs page, look out for stcikysession. HTH Rainer Richard Plana -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 11:13 AM To: Tomcat Users List Subject: Re: mod_ajp and Load-Balancing Issue Plana,

RE: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
PROTECTED] Sent: Friday, July 04, 2008 11:13 AM To: Tomcat Users List Subject: Re: mod_ajp and Load-Balancing Issue Plana, Richard schrieb: > Hi, > > I've two tomcat servers being proxied and load-balanced by httpd using > mod_ajp (using balancer:). However, it seems when the prox

Re: mod_ajp and Load-Balancing Issue

2008-07-04 Thread Rainer Jung
Plana, Richard schrieb: Hi, I've two tomcat servers being proxied and load-balanced by httpd using mod_ajp (using balancer:). However, it seems when the proxy switches from one server to another, the user session gets lost. Could people recommend a way to correct my setup for doing load-bal

mod_ajp and Load-Balancing Issue

2008-07-04 Thread Plana, Richard
Hi, I've two tomcat servers being proxied and load-balanced by httpd using mod_ajp (using balancer:). However, it seems when the proxy switches from one server to another, the user session gets lost. Could people recommend a way to correct my setup for doing load-balancing with this scenario?

RE: load balancing issue

2008-01-24 Thread Hehl, Thomas
lto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 4:20 PM To: Tomcat Users List Subject: Re: load balancing issue So it seems that the application is sending a redirect to /myapp/myapp/index.html. You'll have to figure out why that is. (Judging from the URLs you mention it looks li

Re: load balancing issue

2008-01-23 Thread Len Popp
; -Original Message- > From: Len Popp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 23, 2008 3:07 PM > To: Tomcat Users List > Subject: Re: load balancing issue > > The obvious question is, does /myapp/myapp/index.html actually exist > on the server? If the button

RE: load balancing issue

2008-01-23 Thread Hehl, Thomas
app name or the index.html make any sense at all to me. -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 3:07 PM To: Tomcat Users List Subject: Re: load balancing issue The obvious question is, does /myapp/myapp/index.html actually exist on the server

Re: load balancing issue

2008-01-23 Thread Len Popp
The obvious question is, does /myapp/myapp/index.html actually exist on the server? If the button sends you to the wrong URL then of course you get a 404. So the first place to look is the web page with that button on it. There are other things that could cause problems like that, but without deta

load balancing issue

2008-01-23 Thread Hehl, Thomas
I am running apache httpd 2.0.46 on a redhat server as a load balancer for a tomcat 6 cluster, also on redhat servers. I point my browser to the home page on the load balancer server and it returns the index.html just fine. I log into the application, again, fine. I click on one of the menu ite

Tomcat load balancing issue

2007-10-12 Thread Pamarthi, Ramakrishna
Hi, We have implemented the tomcat load balancing recently. We are getting the below error in catalina.out file some times. But application is working fine. Oct 10, 2007 6:20:00 AM org.apache.jk.common.MsgAjp processHeader SEVERE: BAD packet signature 25717 Oct 10, 2007 6:20:00 AM org.apache.jk

Re: serious load balancing issue with 'B' load balancer method

2006-08-18 Thread Mohan2005
fferent node this time is > staying idle while others are moving forward. > > Any ideas why this is ?? > Greatly appreciate ant ideas. > > we have 1.2.18 > > Regards > mohan > -- View this message in context: http://www.nabble.com/serious-load-balancing-issue-w

serious load balancing issue with 'B' load balancer method

2006-08-17 Thread Mohan2005
ext: http://www.nabble.com/serious-load-balancing-issue-with-%27B%27-load-balancer-method-tf2122515.html#a5854828 Sent from the Tomcat - User forum at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-ma