Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-2948

Welcome file does not work for *.jsf

    XMLWordPrintable

Details

    Description

      Welcome file does not work for *.jsf
      --------------------------------------------------------

      same problem not exists in Wildfly Beta but wildfly 8 final /cr1 gives this error ...

      problem :

      http://localhost:8080/hello ------------------------------ NO works***
      @http://localhost:8080/hello/index.jsf ------------- it works fine

      =======================================
      <welcome-file-list>

      <welcome-file>index.jsf</welcome-file>

      </welcome-file-list>

      <servlet>

      <servlet-name>Faces Servlet</servlet-name>

      <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>

      <load-on-startup>1</load-on-startup>

      </servlet>

      <servlet-mapping>

      <servlet-name>Faces Servlet</servlet-name>

      <url-pattern>*.jsf</url-pattern>

      </servlet-mapping>

      </web-app>

      -------------------------------------------------
      Reproduce this error :

      https://community.jboss.org/message/857300

      Attachments

        Activity

          People

            rmaucher Remy Maucherat
            optinfra.masum@gmail.com gulam samdani (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: