Tomcat默认访问页面

设置

/config/web.xml

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

 

文件位置

/webapp/ROOT/index.html

 

posted @ 2018-04-10 14:14  aLa神灯  阅读(870)  评论(0编辑  收藏  举报