摘要: 原文:https://blog.csdn.net/bao19901210/article/details/23370407 1.错误页面是html时的配置 <error-page> <error-code>403</error-code> <location>/403.html</location> 阅读全文
posted @ 2021-03-12 10:37 单纯的桃子 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 1.配置欢迎页面的方式 <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> 2.欢迎页面可以设置多个 <welcome-file-list> <welcome-file>index.html 阅读全文
posted @ 2021-03-12 10:11 单纯的桃子 阅读(2878) 评论(0) 推荐(0) 编辑