Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.33 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.33 KB

Jsf-sample-webapp

Steps To Create

mvn archetype:create
-DgroupId = com.tutorialspoint.test
-DartifactId = helloworld
-DarchetypeArtifactId = maven-archetype-webapp

Add the following JSF dependencies.

com.sun.faces jsf-api 2.1.7 com.sun.faces jsf-impl 2.1.7

Add this to web.xml to configure FacesServlet

Faces Servlet javax.faces.webapp.FacesServlet 1

Other Related configuration(URL Mapping)

Faces Servlet /faces/* Faces Servlet *.jsf Faces Servlet *.faces Faces Servlet *.xhtml