tomcat默认首页的问题
现在在浏览器中输入“localhost:8080、music/index/index.html”是可以的,也就是说我的music这个项目的首页是存放在index的这个文件...
现在在浏览器中输入“localhost:8080、music/index/index.html”是可以的,也就是说我的music这个项目的首页是存放在index的这个文件夹下面的,现在我想在浏览器中输入“localhost:8080/music”就可以访问我的主页,请问如何设置,急急急急............
展开
7个回答
展开全部
在web.xml 中修改默认页。默认的是 index.jsp 你可以把它改成index/index.html 即可。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
WEB-INF文件夹下web.xml
修改
<welcome-file-list>
<welcome-file>/index/index.html</welcome-file>
</welcome-file-list>
修改
<welcome-file-list>
<welcome-file>/index/index.html</welcome-file>
</welcome-file-list>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在你的项目里的web-inf下,修改web.xml文件
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
把index.jsp修改成/index/index.html
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
把index.jsp修改成/index/index.html
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在web.xml文件里面设置
<welcome-file-list>
<welcome-file>index/index.html</welcome-file>
</welcome-file-list>
试试看
<welcome-file-list>
<welcome-file>index/index.html</welcome-file>
</welcome-file-list>
试试看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是你的当前工程下的web.xml文件中的路径配置有问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询