[jboss-jira] [JBoss JIRA] (WFLY-2948) Welcome file does not work for *.jsf

Gulam Samdani (JIRA) issues at jboss.org
Mon Feb 17 22:49:47 EST 2014


Gulam Samdani created WFLY-2948:
-----------------------------------

             Summary:  Welcome file does not work for *.jsf 
                 Key: WFLY-2948
                 URL: https://issues.jboss.org/browse/WFLY-2948
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Web (JBoss Web)
    Affects Versions: 8.0.0.Final
            Reporter: Gulam Samdani
            Assignee: Remy Maucherat
            Priority: Minor
             Fix For: 8.0.1.Final


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>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list