Re: picture of session state for nodes in cluster??

2005-06-09 Thread Peter Rossbach
Hey John, look inside the MBeans Manager/app/host - DeltaManager. You can get the complete session list and can access attribute from the sessions. Which Tomcat/ Cluster release you use? Peter John MccLain schrieb: How can I get a picture of session state for each node in a cluster every t

Re: picture of session state for nodes in cluster??

2005-06-09 Thread Filip Hanik - Dev Lists
you would have to write a valve or other component that queries the Tomcat internal classes yourself, If you do come up with something very useful, we would love to include it into the code base. Filip John MccLain wrote: How can I get a picture of session state for each node in a cluster

picture of session state for nodes in cluster??

2005-06-06 Thread John MccLain
How can I get a picture of session state for each node in a cluster every time a session is replicated? is there some valve or filter out there I can use? I am having clustering problems with our app, and I want to see what the difference is in session state between the nodes in the cluster John M