In web.xml, I had found the declaration for the initial web page as follows.
<welcome-file-list>
<welcome-file>faces/index.xhtml</welcome-file>
</welcome-file-list>
Where is face in Java Web application? I have known that index.xhtml is located in Web Pages folder.