I'm running WildFly 9 and for some reason all pages return a "not found" with "Error" for the title.
I can't find what I'm missing.
My web.xml
has the following:
<display-name>enterprise-web</display-name>
<servlet>
<servlet-name>facesServlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>facesServlet</servlet-name>
<url-pattern>*.*</url-pattern>
</servlet-mapping>
I'm pointing the the following url:
http://localhost:8080/enterprise-web/index.xhtml