I have a simple jsf 1.2 project (richfaces 3.3 implementation) where I have set the servlet mapping to *.xhtml. I also have a simple bean and a simple page to display the data.
I try to run the project, but, although I request mypage.xhtml, I am somehow redirected and I get the following error:
The requested resource (/rich_test/mypage.jsp) is not available.
Where does error come from?
Is there any further setting I need to make?