是在tomcat的web.xml中配置,而不是在你的%web-project-root%/WEB-INF/web.xml中!

示例

<welcome-file-list>
  <welcome-file>Login.jsp</welcome-file>
  <welcome-file>User/Index.jsp</welcome-file>
  <welcome-file>Manage.jsp</welcome-file>
</welcome-file-list>

相关文章:

  • 2022-03-02
  • 2021-07-10
  • 2021-11-20
  • 2021-11-13
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-04
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案