Tomcat error: Not Found in ExternalContext as a Resource

前端 未结 2 1237
谎友^
谎友^ 2020-12-11 09:07

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:

<         


        
2条回答
  •  借酒劲吻你
    2020-12-11 09:51

    I solved the problem: It was just a config issue with web.xml.

    I declared webapp version as 2.0 in web.xml instead of 3.0 for Tomcat 7.

提交回复
热议问题