码迷,mamicode.com
首页 > Web开发 > 详细

1、JSP/Servlet

时间:2019-10-25 13:22:50      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:htm   Servle   pre   col   file   dex   bsp   servlet   list   

1、web.xml中配置web应用的首页

    <!-- 配置web应用的首页列表-->
    <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
        <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    <!--该配置文件指定了Web应用的首页依次顺序是 index.html、index.htm、index.jsp-->

 

1、JSP/Servlet

标签:htm   Servle   pre   col   file   dex   bsp   servlet   list   

原文地址:https://www.cnblogs.com/guyuangang/p/11737418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!