Thank you, Rainer.
I could solve this issue.
Thanks and regards,
Kenji
--- Rainer Jung wrote:
> On 15.09.2010 04:02, FUNASAKI KENJI wrote:
> > Hi,
> >
> > I have a question.
> > Can Apache Proxy Balancer use other parameter except JSESSIONID for
> > stickyse
Thank you.
I succeeded this.
Kenji
--- Rainer Jung wrote:
> On 15.09.2010 04:11, FUNASAKI KENJI wrote:
> > Hi,
> >
> > I use Apache Proxy Balancer and Tomcat.
> > And I succeeded Load Balancing and Sticky Session.
> >
> > However, I'd like not to
Hi,
I use Apache Proxy Balancer and Tomcat.
And I succeeded Load Balancing and Sticky Session.
However, I'd like not to use AP's jvmRoute,
And I wish that Apach Proxy Balancer would set jvmRoute into user's cookie.
( like Amazon Elastic Load Balancing, load balancer-generated HTTP cookies.
ht
Hi,
I have a question.
Can Apache Proxy Balancer use other parameter except JSESSIONID for
stickysession ?
For example, like following httpd.conf.
---
ProxyPass / balancer://mycluster/ lbmethod=byrequests timeout=5
stickysession=TESTID nofailover=On
ProxyPassReverse / balancer://myclu
Hi,
I have a question about Apache Proxy Balancer.
Is it possible to set lbset value into user's cookie ?
I saw following page,
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
and confirmed that I can set following parameters into
cookie.
- Exported Environment Variables
* BALA
Hi,
I have a question.
Is it possible for apache proxy balancer to execute "disable-app" ?
"disable-app" means that,
apache should not create new session for this webapp, but still
continue serving existing session on this node.
I can set load factor from 1 to 100 in httpd.conf.
But I cannot se