We've got two JBoss 4.2.3 servers behind a load balancer, non clustered (in terms of
JBoss clustering), not aware of each other, but serving up the same web application for
load balancing / failover reasons. Each JBoss instance is using EJB3, the EJB3 timer
service and JMS (again these services are NOT clustered and don't care about the other
JBoss instances). The only state we have is written to our database, not replicated
between the instances at all.
Can both of these JBoss 4.2.3 instance's DefaultDS safely point to the same database
(i.e. "jbossdb" database in MySQL 5)? Or does each JBoss instance need it's
own database in MySQL?
Thanks,
Richard Taylor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207831#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...