I am using JSF 2.0, Eclipse indigo, Tomcat 7.
I am getting this error but can see nothing on console.
I am working on a project that is built some one else, and there are lines in web.xml
.
<error-page>
<error-code>403</error-code>
<location>/error/error403.jsf</location>
</error-page>
What might the problem be?