> That doesn't exactly accomplish what I'm looking to do. Like I said, I > need session replication amongst the tomcat instances...I guess theres > always the idea of managing session data in some other medium (DB).
Coincidentally, I just got that working -- but it required a full day of writing code to get around bugs in PersistentValve (I'm going to describe this soon). So unless you want to hack Tomcat, I would suggest avoiding session replication via DB right now (with coding changes it does seem to work great). - tony --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
