gpt4 book ai didi

java - 如何将 "HTTP Status 404 – Not Found"重定向到tomcat中的错误信息页面?

转载 作者:行者123 更新时间:2023-11-28 21:57:42 26 4
gpt4 key购买 nike

在 tomcat 中,无效链接会抛出一个 HTTP Status 404 – Not Found,如下所示。

enter image description here

如何配置tomcat重定向到错误信息页面,如The request is invalid!如果出现这种情况?

最佳答案

需要将以下内容添加到文件ROOT/WEB-INF/web.xml

<error-page>
<error-code>404</error-code>
<location>/yourLocationToredirect</location>
</error-page>

也可以在任何 html 或 jsp 中编写消息并将此页面添加为重定向位置

以下链接讨论了同样的问题https://serverfault.com/questions/254102/custom-error-pages-on-apache-tomcat

关于java - 如何将 "HTTP Status 404 – Not Found"重定向到tomcat中的错误信息页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47930589/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com