我的问题是我的index.html文件无法正确加载。 我收到404错误。 但是,如果我按路径分别加载页面,则效果很好。
[
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1">
<display-name>jsptest</display-name>
<welcome-file-list>
<welcome-file>Restaurant UI/index.html</welcome-file>
</welcome-file-list>
</web-app>