> From: Igor Cicimov [mailto:icici...@gmail.com]
> Subject: Re: tomcat session problem
> But you said you are using Apache as front end right?
Actually, he didn't, but that's because it appears Selvakumar Subramanian
didn't even bother to read the subject line, let alon
But you said you are using Apache as front end right? And here you are
using mod_proxy_balancer to reverse-proxy right?
> ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=On
> ProxyPassReverse / balancer://cluster/
>
You use sticky sessions on your proxy based on the JSESSION
Hi Igor,
Thanks for your reply...We are using apache tomact not the http
serverHope the below parameter is to be used for apache http server
right? Pls correct me, if i am wrong in understanding
Thanks
Selva
On Wed, Jan 11, 2012 at 6:34 PM, Igor Cicimov wrote:
> And have you set jvmRoute p
And have you set jvmRoute parameter in the server.xml file on the tomcats
to match the route value you use in the balancer?
Maybe read the following section of the mod_proxy_balancer carefully to
make sure all the dependencies are meat:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
On Wed, 2012-01-11 at 10:21 -0800, Weffen Cheung wrote:
> Hello,
>
> First Thanks for your reply, Dan.
>
> 1. Yes, I am using apache2+mod_proxy in front of the two tomcats, here are
> the configuration in httpd.conf:
>
> ProxyPass /images/ !
> ProxyPass /css/ !
> ProxyPa
Hello,
First Thanks for your reply, Dan.
1. Yes, I am using apache2+mod_proxy in front of the two tomcats, here are the
configuration in httpd.conf:
ProxyPass /images/ !
ProxyPass /css/ !
ProxyPass /js/ !
ProxyPass /photo/ !
ProxyPass /icon/ !
P
On Wed, 2012-01-11 at 02:29 -0800, Weffen Cheung wrote:
> Hello,
>
> I am using 2 tomcat(7.0.11) on my server, with clustering and session
> duplication. All the things are running smoothy except the session problem
> sometimes:
>
> 1. userA login, userB login
Are userA and userB on the same T
Hello,
I am using 2 tomcat(7.0.11) on my server, with clustering and session
duplication. All the things are running smoothy except the session problem
sometimes:
1. userA login, userB login
2. Sometimes when userB load a page, he found that he has became userA, it
means that userB's login ses