4 Replies Latest reply on Feb 2, 2009 3:08 PM by skajotde

    How-to redeploy application.

    krasig

      Hi,
      I have application and if i change some XHTML it automatically published on server.
      But if i change some class, application must be restarted (this happen in Tomcat) but with JBoss 5 this not happen.
      If i click on toolbar button "Touch descriptors" - noting happen.

      I try with Project archive with same result.

      So now every time i must do by hand "Full publish".
      Is this normal?

        • 1. Re: How-to redeploy application.
          maxandersen

          we don't do anything special here - if jboss 5 is setup to automatic redeploy it should just work.

          What kind of app are we talking about ?

          • 2. Re: How-to redeploy application.
            krasig

            JSF + Facelets

            • 3. Re: How-to redeploy application.
              maxandersen

              If you use JBoss 4.2 does it just work then ?

              • 4. Re: How-to redeploy application.
                skajotde

                 

                "krasig" wrote:

                But if i change some class, application must be restarted (this happen in Tomcat) but with JBoss 5 this not happen. [...]
                So now every time i must do by hand "Full publish".
                Is this normal?


                So in Tomcat and JBoss application is restarted (by full publish). I also restart my application at JBoss by "Full Publish". Serwer is not needed to restart.

                You would to say that in Tomcat application is restarted without manual intervention ? I think manual Full Publish is better that automatic deploy on saving files. In mean size of application take 20 / 120 sec, I woudn't like to take this time automagical, but only when I click Publish, Imho ;).