2 Replies Latest reply on Jun 1, 2006 7:11 AM by schroedinger

    How to run JSF in JBOSS

    schroedinger

      Hi,

      where to put the files my jsf application consist of in the jboss filesystem.
      i can run jsp application without problems, do i have to take care of something else with jsf?
      I am a beginner, so everything might help.

      Thanks and regards

        • 1. Re: How to run JSF in JBOSS
          richwin618

          just put all of JSF related .jar file to the web-inf\lib folder, then you can use JSF in your application

          • 2. Re: How to run JSF in JBOSS
            schroedinger

            Thanks for your help.
            Now it seems to recognize JSF, but it still encounters an error:

            org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application

            i have a folder with following content (Folders with capital letters)
            JSFFOLDER
            -WEB-INF
            --faces-config.xml
            --web.xml
            --LIB (contains all jars from the reference impl)
            -classpath
            -project
            -index.jsp