• 删除所有 ${tomcat_root_dir}/webapps/ROOT 下的所有内容, 新建一个 error.html 文件,写入以下内容
  • <html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">default backend - 404</pre></body></html>
    
  • 重启Tomcat服务
  •