java web.xml welcome-file-list的默认值
welcome list file是java web中的起始欢迎页面,用于只输入ip和端口和web-inf的目录路径制定跳转的页面。
如果在web.xml welcome-file-list指定中有welcome-file则会跳转至相应的页面。
如果web.xml中没有welcome-file-list节点(tomcat和jetty服务器)会跳转到index.html页面,如果没有index.
原创
2015-03-06 13:37:28 ·
2782 阅读 ·
0 评论