[JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
Hi group! I am using mod_jk2 (mod_jk2-2.0.43.so) with Apache 2.0.43 and trying to load-balance HTTP traffic on to embedded Tomcat (4.1.x) in JBOSS 3.2.0. The load gets balaced round robin, but I am not able to get sticky sessions set up. I have put in the jvmRoute attribute in the service XML fil

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Felipe Oliveira
just as an input i was never able to use sticky sessions with jetty either. it worked fine on mod_jk. Surajit Bhattacharjee wrote: Hi group! I am using mod_jk2 (mod_jk2-2.0.43.so) with Apache 2.0.43 and trying to load-balance HTTP traffic on to embedded Tomcat (4.1.x) in JBOSS 3.2.0. The load get

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
ru on Solaris. Is this right ? Any help will be deeply appreciated!!! Regards, Surajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Surajit Bhattacharjee Sent: Thursday, August 07, 2003 10:38 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MOD_JK2 P

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Jules Gosnell
:[EMAIL PROTECTED] Behalf Of Surajit Bhattacharjee Sent: Friday, August 08, 2003 12:57 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Hi Vlad! I tried to build Apache with 'MPM worker' on Solaris but got an error. I ran the following to build: 1.

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
es Gosnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit, point your browser at the correct context on your apache.. is the connection refused - apache p

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit Bhattacharjee wrote: > 1. My web app is a simple servlet that creates >a new HTTP session if the request is not >already associated with one. Additionally, it >prints out the cookies that accomp

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Jules Gosnell
advance for all your help! Best regards, Surajit -Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit, point your brows

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Vladyslav Kosulin
Surajit Bhattacharjee wrote: Hi Vlad! I got the build thru, but I am still not getting stick session behavior. Will I need to do some additional config ? 1. Can you use Apache 2.0.47 instead of 2.0.43? 2. I use mod_jk2 from tomcat-connectors-4.1.27, but 2.0.2 should work, too. 3. There is no speci

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Vladyslav Kosulin
Surajit Bhattacharjee wrote: 1. My web app is a simple servlet that creates a new HTTP session if the request is not already associated with one. Additionally, it prints out the cookies that accompany the HTTP request. I have verified that the servlet does create a session with an i

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
Kosulin Sent: Wednesday, August 13, 2003 6:56 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit Bhattacharjee wrote: > 7. I am using mod_jk2-2.0.43.so downloaded from the Apache >site. I have not built it locally. Should I ? If

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Vladyslav Kosulin
Surajit Bhattacharjee wrote: Hi group! I am using mod_jk2 (mod_jk2-2.0.43.so) with Apache 2.0.43 and trying to load-balance HTTP traffic on to embedded Tomcat (4.1.x) in JBOSS 3.2.0. The load gets balaced round robin, but I am not able to get sticky sessions set up. I have put in the jvmRoute att

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
urajit/sms/lb/apache/apache/new-install/bin> > > Appreciate your help! > > Best Regards, > Surajit > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Surajit > Bhattacharjee > Sent: Friday, August 08, 2003 12:57 PM > To:

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
Hi Vlad! Thanks a lot! I did a "httpd -l" and found prefork.c in it. I will rebuild Apache as suggested and try - but before I do that, I just wanted to reiterate that this is mod_jk2 and NOT mod_jk. Would like to confirm with you that rebuilding Apache ALONE will do the trick. Do I need to buil

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Surajit Bhattacharjee
-Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 5:00 PM To: Surajit Bhattacharjee Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit, It looks to me as if the '.'s in your worker names are

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Vladyslav Kosulin
Felipe Oliveira wrote: just as an input i was never able to use sticky sessions with jetty either. it worked fine on mod_jk. It workes for me if I do not use in web.xml Jetty folks are going to enable this in next release for distributable web apps also. They sent me sar file for JBoss 3.2.2, bu

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Vladyslav Kosulin
Surajit Bhattacharjee wrote: 7. I am using mod_jk2-2.0.43.so downloaded from the Apache site. I have not built it locally. Should I ? If so, is there particular mode I need to build it for (like worker MPM or something) ? What OS and Apache MPM do you use? With UNIX if you need sticky ses

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-12 Thread Vladyslav Kosulin
it Bhattacharjee Sent: Friday, August 08, 2003 12:57 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Hi Vlad! I tried to build Apache with 'MPM worker' on Solaris but got an error. I ran the following to build: 1. ./configure --prefix=/home/s

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-08 Thread Vladyslav Kosulin
Surajit Bhattacharjee wrote: Hi Vlad! Thanks a lot! I did a "httpd -l" and found prefork.c in it. I will rebuild Apache as suggested and try - but before I do that, I just wanted to reiterate that this is mod_jk2 and NOT mod_jk. Would like to confirm with you that rebuilding Apache ALONE will d

RE: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-08 Thread Surajit Bhattacharjee
build for Apache 2 does not go thru on Solaris. Is this right ? Any help will be deeply appreciated!!! Regards, Surajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Surajit Bhattacharjee Sent: Thursday, August 07, 2003 10:38 PM To: [EMAIL PROTECTED]