6 Replies Latest reply on Oct 2, 2013 4:05 AM by rhusar

    Deploy

    ygs

      how to deploy two war applications on single instance of jboss?

        • 1. Re: Deploy
          rhusar

          Copy both war files to jboss-as-7.1.1.Final/standalone/deployments/ directory

          • 2. Re: Deploy
            wdfink

            As you tag the thread with jboss_5.1 I think it will be different

             

            If you start with no configuration it will be the server/default/deploy directory otherwise the server/<your config>/deploy directory where you need to drop the files.

            • 3. Re: Deploy
              rhusar
              As you tag the thread with jboss_5.1 I think it will be different

              Actually, I knew, but people need to learn that the question should be complete and with all the necessary details when asking. Metadata is only metadata.

              • 4. Re: Deploy
                ygs

                thanks for the reply..

                 

                i have deployed two war file in JBoss 5.1, they are working fine..

                • 5. Re: Deploy
                  ygs

                  Hi,

                   

                  i have deployed two war files on single instance jboss 5.1, they are working fine.

                  consider two files as war1 and war2,

                  i need war1 to be accesssed by url www.war1.com and war2 by www.war2.com.

                  how can this be done???

                  • 6. Re: Deploy
                    rhusar

                    For example you can setup your Apache HTTPd load balancer to forward requests from virtual host www.war1.com to /war-context1 and the same with the 2nd war.