ExternalContext « Tomcat « JSF Q&A





1. Tomcat error: Not Found in ExternalContext as a Resource    stackoverflow.com

I got this error when I tried to access my development site via http://localhost/home/index.html which redirects to http://localhost/home/views/main/index.xhtml:

java.io.FileNotFoundException: /views/main/index*.xhtml Not Found in ExternalContext as a Resource
I'm using ...

2. JSF: Not Found in ExternalContext as a Resource exception    stackoverflow.com

I have existing application written with some kind of hand-made jsp. It contains one class derived from HttpServlet handling all requests and its own html template language. I am trying to ...