3 Replies Latest reply on May 11, 2012 6:45 AM by shankarvignesh

    JBoss 7.1.1 Final Deployment in Domain mode

    shankarvignesh

      Hi,

           1. In JBoss 7.1.1, I have deployed my war in domain mode using console. It working fine. In Server/server-one/data/content a folder is generated with Hash Key and and file is generated with deployment information.. I want to know in which location the war is actually deployed in server.

        

        2. In JBoss 7.1.1, i am not able to add more than 6 cluster nodes. Upto 6 clusters nodes clustering is working good. If i add seventh node server is showing error .

       

      ERROR [org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler] (ContainerBackgroundProcessor[StandardEngine[jboss 

      .web]]) Error [MEM: MEM: Can't update or insert host alias: {4}] sending command ENABLE-APP to proxy 192.168.5.74:80, con

      figuration will be reset.

       

      I am using Apache 2.2 and mod_cluster 1.2.0

       

      Pls Help.

       

      Regards,

      Shankar Vignesh S.

        • 1. Re: JBoss 7.1.1 Final Deployment in Domain mode
          shankarvignesh

          Hi,

                  I found the answer for my second question. I have increased the MaxHost in httpd.conf in apche web server. Now i am able to add more than 6 nodes.

           

          <IfModule manager_module>
            Listen ip:port
            ManagerBalancerName mycluster
           
            Maxhost 100
            Maxnode 100
           
            <VirtualHost ip:port>
              <Location />
               Order deny,allow
               #Deny from all
               Allow from all
              </Location>   
              LogLevel debug
              KeepAliveTimeout 300
              MaxKeepAliveRequests 0   
              #AdvertiseFrequency 5
              #AdvertiseSecurityKey secret
              AdvertiseGroup 224.0.1.105:23364
              EnableMCPMReceive
              AllowDisplay On
              ServerAdvertise on
              #AdvertiseFrequency 5
              AdvertiseSecurityKey ConnectAdSecurityKey       
              <Directory />
                   Options FollowSymLinks
                   AllowOverride None
                Allow from All
          </Directory>
            </VirtualHost>
          </IfModule>

           

          But i am not able to find the deployed jar/war in domain mode.

           

          Regards,

          Shankar Vignesh S

          • 2. Re: JBoss 7.1.1 Final Deployment in Domain mode
            wdfink

            What is you question regarding 1)

            The deployed file (war, ear ...) will be in the data/content directory of the different servers.

            • 3. Re: JBoss 7.1.1 Final Deployment in Domain mode
              shankarvignesh

              Hi,

               

              Yes, the data/cantent folder contains the a folder (encription key as folder name). The content file contains information about my jar/war. But i cant find the actual jar/war deployed.

              (like what we have in  standalone/deployments folder).

               

              Regards

              Shankar Vignesh S