In simple program the login page write with JSF and other page with JSP Login accurate correct and main page is show but link for other page not work and log this:
ERROR:PWC6117 createAccount.jsp not found
I'm sure the path is correct and when press Ctrl intelliJ know it. I use Facelets and this is web.xml file:
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>