2 Replies Latest reply on Jan 11, 2005 4:56 PM by chuckzhg

    How to run JSF on JBoss4?

    chuckzhg

      Qudos to JBoss after having JBoss4.0.1 RC1/EJB 3.0 preview running. I would really appreciate if someone (JBoss or not) can tell us how to run JSF (Sun RI, or MyFaces, etc) on top of JBoss 4 (preferably 4.0.1RC1 till JBoss get EJB 3.0 works on higher-than-RC1).

      Thanks very much in advance,
      chuck

        • 1. Re: How to run JSF on JBoss4?
          lafr

          create a war file with this files additional:
          WEB-INF/lib/jsf-api.jar
          WEB-INF/lib/jsf-impl.jar
          WEB-INF/lib/jstl.jar
          WEB-INF/lib/standard.jar
          WEB-INF/faces-config.xml

          • 2. Re: How to run JSF on JBoss4?
            chuckzhg

            Thanks for the reply. Do you mean for every war I make, I need to include those files? or only need to make one bundle of them, somehow deployed into JBoss4 deploy dir and shared by all JSF apps?

            cheers
            chuck