在web项目中,当用户在浏览器中输入的URL不包含某个特定的Servlet、html、jsp页面时,web.xml中<welcome-file-list>标签元素就会指定显示的默认文件。
在web.xml中<welcome-file-list>配置首页

 

情况1:

     web.xml中<welcome-file-list>标签元素指定显示的默认文件如下:
在web.xml中<welcome-file-list>配置首页

 

情况2:

    web.xml中<welcome-file-list>标签元素指定显示的默认文件如下:
在web.xml中<welcome-file-list>配置首页

 

相关文章:

  • 2022-12-23
  • 2021-07-18
  • 2021-11-04
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-07-25
猜你喜欢
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案