tomcat的默认界面设置
在tomcat安装路径处找到conf文件夹
在conf文件夹中用记事本打开web.xml
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。在最后的代码中
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
在<welcome-file-list>标签中新添加一个<welcome-file>标签
在标签中添加网页名称即可

更多精彩