1 Reply Latest reply on Dec 9, 2012 5:55 AM by rhusar

    sesion replication

    reynierg89

      In Spanich:

      Hola,

      He estado haciendo una investigación para hacer un cluster entre dos nodos jboss, pero el problema surge en la replicación de sesiones, en este caso tengo un proyecto web con las herramientas siguientes:

      -JBoss AS 4.2.2

      -Jboss-Seam-2.1.1.GA

      -Driver JDBC de la BD

      -Un datasource con la conexión a mi BD.

      Todo esto hecho con Eclipse IDE Ganymende, cuando la despliego(my-proyecto.ear) se me crea una carpeta que dentro tiene las mismas configuraciones de todas las aplicaciones(META-INF, my-proyecto.war, prueba-ejb.jar), cuando despliego la aplicación en un nodo en la carpeta "deploy" no se me despliega en los demás nodos, ¿esta aplicación tengo que copiarla en todos los nodos?

       

      In English:

      Hello,
      I've been doing some research to make a jboss cluster between two nodes, but the problem arises in session replication, in this case I have a web project with the following tools:
      JBoss AS 4.2.2-
      -Jboss-Seam-2.1.1.GA
      -DB JDBC Driver
      -A datasource with the connection to my BD.
      All this done with Eclipse IDE Ganymende when unfold (my-proyecto.ear) I create a folder that has the same settings in all applications (META-INF, my-proyecto.war, test-ejb.jar) , when I deploy the application on a node in the "deploy" I was not displayed in the other nodes, does this application I have to copy it to all nodes?

        • 1. Re: sesion replication
          rhusar

          In English: ( )

          does this application I have to copy it to all nodes?

           

          Yes, you should.

           

           

          when I deploy the application on a node in the "deploy" I was not displayed in the other nodes

           

          There is a farm service, if you copy to /farm directory, the farm service will copy to all nodes in that cluster. I discourage using this service though.

           

          In spanish:

           

          ¿esta aplicación tengo que copiarla en todos los nodos?

           

          Sí.

           

          Rado