> I have two clustered tomcat servers (server01, server02), each with a CAS > instance. What do I have to do to replicate the Database to be consistent in > both servers?
Nothing, assuming you have either a single database or a database cluster capable of real-time replication. The update to the registered service happens to the in-memory collection of services on the node you're working on as well as the database. The problem is that the _other_ nodes don't know about the change; the flush/reload scheduled task addresses that problem. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
