Tomcat为什么访问应用根目录访问到index.jsp,应用没配置welcome
1个回答
展开全部
确定?因为默认的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;
<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;
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询