an app server doesn't handle the database directly, if you want "java" db replication you just send twice the same sql request + handle XA transaction ... never do it
DB have their own replication system, that's the only way to get a correct solution (MySQL cluster, Oracle RAC...) *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/3/24 Howard W. Smith, Jr. <[email protected]> > "are you replicating database via tomee/tomcat session replication?" > > > > that's no more the app server job (or it shouldn't be) > > > > > please explain. >
