TOMCAT里,在webapps下有index.htm和index.jsp,如果让tomcat优先认index.htm啊,
展开全部
没有index.jsp,你直接打根目录当然什么也不显示。因为web.xml的目的就是配置web项目的基本信息,里面默认的是这样:
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
找不到这个页面当然什么也没有凯散啊。
你可以修改这个文件:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
这样默认先找index.html,如敏孙芦果没有,在接着往下找,这里可以包含一个或者一个以上的文件,
希望我的讲法你能明白,也桥带对你有帮助。
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
找不到这个页面当然什么也没有凯散啊。
你可以修改这个文件:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
这样默认先找index.html,如敏孙芦果没有,在接着往下找,这里可以包含一个或者一个以上的文件,
希望我的讲法你能明白,也桥带对你有帮助。
展开全部
tomcat文件夹下有个conf文件夹,里面的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-list>
把你想要的最先悄桥烂被认的消圆文件名放前面就好了
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>启漏
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
把你想要的最先悄桥烂被认的消圆文件名放前面就好了
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在 tomcat 下面的 conf 文皮首件下 有个 web.xml
将<燃消数welcome-file>index.jsp</welcome-file>
改为
<welcome-file>index.html</welcome-file>
ps:
在实桥拍际开发中是不允许这样做的!
将<燃消数welcome-file>index.jsp</welcome-file>
改为
<welcome-file>index.html</welcome-file>
ps:
在实桥拍际开发中是不允许这样做的!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |