1 Reply Latest reply on Sep 8, 2003 11:15 PM by jonlee

    JavaServer Faces and jetty

    andleg2000

      Hi every body

      I am looking for JavaServer Faces but by now in doc they only give example to use it with Tomcat.

      Is it possible to use JavaServer Faces with jetty or must we use Tomcat for that.

      Thanks for your help

      Andre

        • 1. Re: JavaServer Faces and jetty
          jonlee

          According to the documentation, for all intents and purposes, JavaServer Faces applications are standard web applications. You can deploy the WAR as normal. However, you must meet the basic requirements such as including appropriate resources and so forth. You may also need to invoke the Web application compliant classloading rather than Java 2 compliant classloading if the commons* classes with JBoss are not sufficient for the application. YMMV.