Interview Question in JBoss


 

Interview Question :: What do you need to set-up a cluster with JBoss?

 What do you need to set-up a cluster with JBoss?

by ksk
VoteNowAnswers to "What do you need to set-up a cluster with JBoss?"

 Basically starting JBoss with the “all” configuration contains everything needed for clustering:

It has all the libraries for clustering:
 
  • JGroups.jar, jboss-cache.jar
  • Clustered beans (cluster-service.xml)
  • HA-JNDI
  • HTTP session replications (tc5-cluster-service.xml)
  • Farming
  • HA-JMS
by ksk