访问 http://localhost:8888/veruser/ 自动跳到index.jsp 主页但是浏览器地址没有改变 应是内部服务器跳
转重定向到 index.jsp主页。
<welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list>
服务器内部跳转到 index.jsp 主页
访问主页的问题
原文:http://yjm199.blog.51cto.com/4408395/1551667