[EMAIL PROTECTED] schrieb:
> Rainer,
> 
> Thanks very much for the clarification! Since I have playing with the
> load balancing strategy set to session ("worker.router.method=S" on my
> load balancer), is there a way to tell roughly how many sessions have
> been pinned to each worker/tomcat? In this case would the load balancer

No unfortunatley not. You can log cookies (if used) wuth apache and the
name of the target worker in the access log. Maybe easier is to log the
session ID in Tomcats access log (I think %S, check the Valves docs) and
then count the different IDs (not nice, but will work).

> value be (something like) the number of new sessions sent to a
> particular worker divided by two some number of times? If this were true
> you still would not know the number of sessions pinned to a worked
> because of the factors of two having been divided out. I just got a HTTP

It is true.

> JMX adapter wired up in Tomcat so I'll see if I can get session info
> that way...

Yes, the manager MBean of the context contains session info.

> Thanks again,
> 
> Brian

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to