INDEX.HTML - default file
Here is the file that redirects to the first Faces file. Note it refers to "index.faces" which does NOT exist.
<html>
<head>
<meta http-equiv="Refresh" content= "0; URL=index.faces"/>
<title>Start Web Application</title>
</head>
<body>
<p>Please wait for the web application to start.</p>
</body>
</html>