1 Reply Latest reply on Jan 9, 2006 2:13 PM by clarif

    JSF app. automatic deploy

    clarif

      Hi everybody,

      I am facing a development/deployment issue: I am writing JSF pages (along with their beans) from JBoss-IDE; I have a JBoss4.0.3SP1 server instance running. I have created a packaging-build.xml file so I can deploy the code from the IDE.

      I am wondering how to auto-deploy changes (I have seen that in the JBossIDE trial but I am unable to reproduce it, it does not work): I would like to be able to only reload a page from my browser when I do modifications in my code withtout the need of re-packaging and re-deploying.

      Does someone know the steps to achieve that?

      Thanks ;-)
      Fabrice.

        • 1. Re: JSF app. automatic deploy
          clarif

          To complete my previous post: I just realized that the "hot code" functionnality was working fine with POJO and servlets. But it does not work with JSP/JSF pages so I have to recompile/redeploy each time :(

          Any idea?

          Thanks,
          Fabrice.