Randy,
I don't believe you have session replication set up in your cluster.
This is why when a session is created it only calls your
HttpSessionListener on one box. The second box will only get the
session if its replicated over to that box.
However! I tried to do the same thing and I was getting server lockups
when it a cluster. The HttpSessionListener would work fine on a single
box, but in a cluster both servers would lock up.
It is my belief that there is some concurrency issue in Tomcat/Session
Replication/HttpSessionListeners. However, I never found anything firm,
as is usually the case with concurrency issues.
Well I would love to hear if you get this working.
Jacob Champlin
EMO Corporation
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]