0 Replies Latest reply on Sep 3, 2014 3:08 AM by serj.soloviov

    How to create non uniform cluster on JBoss AS 7?

    serj.soloviov

      Hi,

       

      I have an application consisting from a number of EJB jars and one WAR. Each EJB jar is packaged inside its own EAR. Some EJB beans injects EJB beans from another application EAR. WAR application injects EJB beans from all application EARs.

      I need to create a cluster where each application EAR and WAR will be deployed on its own node. On one node should be deployed only one EAR. Also here should be possible to deploy each application EAR on its own server group.

      Please help me in making such cluster.