On 12/19/06, ben short <ben@(protected):
> I was hoping that doing it this way would also provide me with
> replication of this data between several tomcat instances. Odviously I
> would need to setup session replication between them. Also it would
> allow for session data persistence should tomcat be restarted etc.
> I know that tomcat provides some way of persisting session but the
> documentation doesn't seem to be very good.
In my experience, both session replication and persistence across
restarts work fine on Tomcat out of the box, as long as your session-
stored objects are serializable.
So it's not clear what value shifting all that to a DB would add...
YMMV,
--
Hassan Schroeder ------------------------ hassan.schroeder@(protected)
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)