在Tomcat文件夹下找到conf文件夹,找到web.xml文件,在最后面配置
<error-page>
<exception-type>404</exception-type>
<location>/error.jsp</location>
</error-page>
这样就ok了
在Tomcat文件夹下找到conf文件夹,找到web.xml文件,在最后面配置
<error-page>
<exception-type>404</exception-type>
<location>/error.jsp</location>
</error-page>
这样就ok了