Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-09-30 Thread Rafael Genovez Idalgo
Hi. Here is your answer (I think hehe :-)) workers.properties of apache: === worker.list=bal1,stat1 worker.Tomcat61.type=ajp13 worker.Tomcat61.host=172.28.11.4 worker.Tomcat61.port=8009 worker.Tomcat61.lbfactor=10 worker.Tomcat61.connect_timeout=1 worker.Tomcat61.prepost_timeout=1

[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Dietmar . Mueller
at server 172.28.11.4 with ajp conn at:8010 regards Dietmar amie.lahey [EMAIL PROTECTED] 07.08.2008 21:22 Bitte antworten an users@httpd.apache.org An users@httpd.apache.org Kopie Thema [EMAIL PROTECTED] Apache Http sticky session problem. Hi All, I need a urgent help with apache tomcat

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Regarding the 'quotes' issue - I'll explain... In the server.xml file for the Tomcat server you name your jvm route something like... jvmRoute=tc1 And in my case, the Apache httpd.conf, you name the route like... BalancerMember ajp://127.0.0.1:18009 route=tc1 For a couple of days I

Re: [EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Rob Stewart
Oops also forgot this snippet for context.xml of each Tomcat... Start snippet Context distributable=true End snippet -- Rob ([EMAIL PROTECTED]) - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread amie.lahey
Hi Folks, Thanks for all the responsesbut i am still not getting it to work properly! This is what is happening: My application requires authentication, and displays a login on a new session. When I kill one of the tomcats, the application works fine (i.e., the authenticated session is

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread Richard.Hall
I have absolutely no idea whether it is relevant or not, but ... On Fri, 8 Aug 2008, amie.lahey wrote: [...] This how mow wrokers.properties look like: Workers.Properties file worker.list=bal1,stat1 worker.Tomcat6_1.type=ajp13 worker.Tomcat6_1.host=172.28.11.4

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-08 Thread amie.lahey
Hi corrected that typo but still it does not seem to work! Richard.Hall wrote: I have absolutely no idea whether it is relevant or not, but ... On Fri, 8 Aug 2008, amie.lahey wrote: [...] This how mow wrokers.properties look like: Workers.Properties file

[EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread amie.lahey
Hi All, I need a urgent help with apache tomcat load balancing: I have configured Apache 2.2 with multiple tomcat 6 service instances to achieve load balancing. But I am unable to maintain sticky session . The application that I am using has to maintain sessions. But this not happening .When I

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread Rob Stewart
OK - I'm new to the list, but here's my two cents following my antics... 1. Check that the routes in the httpd side configuration files do NOT have quotes. (I had a lot of pain with that). 2. I'm using a reverse proxy using mod_proxy_balance and mod_proxy_ajp (NOT mod_proxy_http) and

Re: [EMAIL PROTECTED] Apache Http sticky session problem.

2008-08-07 Thread amie.lahey
Hi ROb, Thanks a lot for replying. I am using mod_jk and there are just few parameters defined in httpd 1: workers.properties path 2: Jkmount 3: jkmanager/jkstatus Can you just specify what exactly quotes did you remove. Also, i was trying to load balance with mod_proxy first on the same