在web.xml中的<web-app></web-app>之间添加以下标签:
<error-page> <error-code>404</error-code> <location>/404.jsp</location> </error-page>