1、JSP/Servlet

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-->

 

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念