web.xml中的文件无法正确加载

时间:2018-10-13 22:53:04

标签: jquery html css twitter-bootstrap dynamic

我的问题是我的index.html文件无法正确加载。 我收到404错误。 但是,如果我按路径分别加载页面,则效果很好。

[Errors in Chrome[1]

    <?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>

0 个答案:

没有答案