-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nathan,

Nathan Hook wrote:
> Because we have too and because I'm not a fan.  : )

I think Hassan was asking /why/ you are not a fan. I'm sure the
community would love to hear why the existing clustering is no good, in
an effort to make it better.

> Is adding a new session attribute listener that will write a Session to
> the database and using the combination of PersistentManager with a
> JDBCStore viable for doing fail over with Tomcat servers?

Er, was that a question?

I would think that if you were going to implement your own
SessionBindingListener that writes to the database, you wouldn't want to
bother using a PersistentManager with a JDBCStore.

IIRC, the PersistentManager exists to hibernate the session data during
a re-deploy or after idle time to just get it out of memory. If you are
always using the database to store your session information, then you
will always have a "hibernated" version of the session, so the
PersistentManager is not useful in that case.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF35BF9CaO5/Lv0PARAjYtAJ4hOPCHOl81dudU+IUBNtH0GpdXdACfWLga
jp3Hofx5cTTR8gmiUdG8KqY=
=MV51
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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