1 Reply Latest reply on Nov 26, 2013 2:43 AM by welle

    Hot deploy on JBoss 7.2.0, Migration from JBoss 4.x

    hm8895

      Hi,

       

      I got an application that is running on JBoss 4.x from long time which I inherited couple of weeks ago. I have a very little knowledge regarding JBoss.

      This application has 2 wars and 13 rars and some configuration files, and always did hot deployment for any changes.

       

      My question is, is hot deployment will work with JBoss 7.2.0?

      As we have very little knowledge regarding JBoss, we simply wanted to recompile the related wars and rars with java 1.6 and do a hot deployment.

       

      Please share your thoughts or provide me some advise.

       

      Thanks,

      Maridi.

        • 1. Re: Hot deploy on JBoss 7.2.0, Migration from JBoss 4.x
          welle

          My question is, is hot deployment will work with JBoss 7.2.0?

          Short answer: YES!

           

          Make sure to read the documentation about file based deployment if you want to use this "old" way of deploying your

          artifacts directly in the "deploy" directory. Otherwise just use the CLI command "deploy --force myArtifact.ear"