当前位置:首页 > 西部数码 > 虚拟主机 > 正文内容

Java主机如何设置默认首页文档?

Java主机如何设置默认首页文档?

答:请在修改空间中/wwwroot/WEB-INF/web.xml文件!里面有设置默认首页文件设置:

<welcome-file-list>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
  </welcome-file-list>

默认index.htm , index.jsp 为默认首页文档,可以自行添加,一行一个。

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。