0 Replies Latest reply on May 10, 2005 7:31 PM by davidfinnegan

    JSF Configuration

    davidfinnegan

      Is there any documentation of myfaces as it relates to JSF and Tomcat 5.5 on 4.0.2 AS.

      1. What the directory structure should look like for all jars, tlds, xml config files, build classpaths, and related files such as org.apache listeners.

      2. Whether to deploy a filename.war under the all:default/deploy directory or an exploded war such as somedirectoryname.war under the jbossweb-tomcat5.5.sar, as I have tried both.

      3. A simple example to test out configurations.

      I have setup in eclipse a system library of the core files, created also libs dir in my project folder, under jbossweb-tomcat5.5.sar and put the listener under this directory also. Here is my build output from ant:

      META-INF/
      META-INF/MANIFEST.MF
      WEB-INF/
      WEB-INF/classes/
      WEB-INF/classes/com/
      WEB-INF/classes/com/UserBean.class
      WEB-INF/faces-config.xml
      WEB-INF/lib/
      WEB-INF/lib/commons-beanutils.jar
      WEB-INF/lib/commons-collections.jar
      WEB-INF/lib/commons-digester.jar
      WEB-INF/lib/commons-logging.jar
      WEB-INF/lib/jsf-api.jar
      WEB-INF/lib/jsf-impl.jar
      WEB-INF/lib/servlet-api.jar
      WEB-INF/web.xml
      faces-config.xml
      index.faces
      index.html
      index.jsp
      web.xml
      welcome.jsp


      Any thoughts would be appreciated.

      Thanks

      DF