Can somebody tell me if there is a requirement for JSF pages to be in a directory called "pages"? I have created an application and when all the pages are either in the root or in a file called "pages" everything works fine. However when I try to move the pages into a directory called "test" the pages are no longer recognised. I get a Error 500 for all the pages in the "test" directory!!!
Just to be clear, the file directory was:
Web Pages > pages > dashboard.xhtml
and this was accessible at URL:
http://localhost:8080/Application/pages/dashboard.xhtml
I then changed the file directory to:
Web Pages > test > dashboard.xhtml
and I get an error 500 at URL:
http://localhost:8080/Application/test/dashboard.xhtml