javax.faces.DEFAULT_SUFFIX not working
问题 Ive been reading some posts about javax.faces.default_suffix but without success when trying to implement it. Using : jsf 2.0, jboss 7.1, Mojarra 2.1.5 I need to show in URL the following : localhost:8080/myproject/index.jsf when navigating also need show the xxx.jsf web.xml <welcome-file-list> <welcome-file>/comum/inicio/index.xhtml</welcome-file> </welcome-file-list> <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> </servlet