Tomcat为什么访问应用根目录访问到index.jsp,应用没配置welcome

 我来答
百度网友8ec00be
推荐于2018-03-26 · TA获得超过336个赞
知道小有建树答主
回答量:408
采纳率:71%
帮助的人:182万
展开全部
确定?因为默认的web.xml文件里面是这么配置的;
<welcome-file-list>

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

<welcome-file>index.htm</welcome-file>

<welcome-file>index.jsp</welcome-file>

<welcome-file>default.html</welcome-file>

<welcome-file>default.htm</welcome-file>

<welcome-file>default.jsp</welcome-file>

</welcome-file-list>
这个不是自己写的,是默认的;如果你的项目里面没写,在tomcat里面也是有一个配置文件,你没写的参数都会调用里面的默认值,还是这个;所以这就是问什么会默认访问index.jsp;
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式