Tomcat默认访问页面

设置

/config/web.xml

 <welcome-file-list> 
        <welcome-file>index.html</welcome-file>
    </welcome-file-list>

文件位置

/webapp/ROOT/index.html

原文地址:https://www.cnblogs.com/lxh520/p/8778596.html