3 Replies Latest reply on Mar 17, 2014 10:03 AM by nthihihi

    Wildfly 8.0 on domain mode linux Redhat 8.0. Propagete method on deployment.

    nthihihi


      Hi and thank you in advance:

       

      We are new on Jboss and we are trying to configure it on domain mode. we have two servers one with domain controller (master) and other with (slave). they are two jboss wildfly instances on two different linux boxes. We have deployed serveral applications and serveral database connector and all they are ok, we have a question after check all our configuration's files (domain.xml y host.xml) . Which is the method used by wildfly domain controller for propagating all deployments to slave hosts ?¿?¿?¿?¿  We have cheked all slave instance's wildfly but we haven't found any deployment's definitons existing on domain controller configuration files, including database connector.

      How do domain controller say to slave hosts all database pool  they can use it?¿?¿?¿

       

       

      Can you help us ????

       

      Thank you in advance again.

        • 1. Re: Wildfly 8.0 on domain mode linux Redhat 8.0. Propagete method on deployment.
          wdfink

          Not sure whether I get your question.

           

          If you use a domain the servers are organized with server-groups, you define a configuration profile for a server group and if you configure a server at (slave) host you define the server-group to which the server is wired.

          The domain controller will use the management API to provide the configuration and deployments for the used server-groups to this host instance.

          1 of 1 people found this helpful
          • 2. Re: Wildfly 8.0 on domain mode linux Redhat 8.0. Propagete method on deployment.
            ctomc

            Red Hat Linux 8.0? you seriously deploy to that? This is 12 years old distribution.

            I am almost sure that Java7 does not run there anymore and as such WildFly won't run on it...

            • 3. Re: Wildfly 8.0 on domain mode linux Redhat 8.0. Propagete method on deployment.
              nthihihi

              Ok thanks for your effort in advance.

               

               

              You have answered our question very well and clearly, but we need to be sure we have understood the reply.

               

              Suppose than the slave  host has an application deployed and it needs to create a mysql database connection via jndi:

               

               

              a) The domain controller via management API, sends a connection object??? to slave host.

               

              b) Domain controller only  provides the configuration an deployments to slave host.

               

               

              if  the correct is b:

               

               

              Where the slave host save this information????  We haven´t found it neither on binary files of instance nor configuration files (domain.xml and host.xml) .

               

              These is our main question, the place where configuration and deployments information is saved into slave host.

               

              Sorry Tomaz Cerar we are wrong . the servers are linux box Redhat Eterprise Edition 2.6.18-238.el5 64 bits with jdk 7.0.

               

              Thanks you in advance.