Tomcat 未找到服务,但网站有效

Tomcat serves not found but website works

该网站已启动并且看起来不错,但是当我使用 google chrome 检查时,我在控制台中看到:

Failed to load resource: the server responded with a status of 404 ()

我的主页很简单,没有导入任何css或js文件

这就是为什么当我检查我的网站在生产中的状态时,例如在这个网站中:https://www.isitdownrightnow.com/

我收到 404 错误,但我的网站正常运行。

我认为您不要将欢迎页面 (index.html...) 页面放在 webapp 文件夹下,请尝试将您的欢迎页面 (index.html, index.xhtml...)直接在webapp文件夹下 scr>main>webapp>index.xhtml 并配置 web.xml:

<welcome-file-list>
<welcome-file>index.xhtml</welcome-file>