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 为默认首页文档,可以自行添加,一行一个。
腾云数据-为您提供快速、稳定、安全的专业云计算服务。www.qqidc.com.cn,联系QQ:810379922 新浪微博:腾云数据
本文链接: https://www.qqidc.com.cn/blog/226.html