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

发布来源:云浪科技 | 发布时间:2021-01-24

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 为默认首页文档,可以自行添加,一行一个。

立即联系我们

云浪科技企业服务热线 029-88811692
微信二维码 微信扫一扫 专业项目经理为您免费解答

搜索