In web.xml
you will specify a servlet mapping and it will be looking for a URL path with /faces/*
(or perhaps .faces
too) in order to send requests to the FacesServlet
. Change the mapping to something more suitable, if you don't want the /faces
prefix.