JBoss AS Question:
Download Questions PDF

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

JBoss Interview Question
JBoss Interview Question

Answer:

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

Download JBoss Interview Questions And Answers PDF

Previous QuestionNext Question
What is the diffrence between a local-tx-datasource and a xa-datasource? can you use transactions in both?What optimization could I use if the EJB container is the only point of write access to the database?