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 為默認首頁文檔,可以自行添加,一行一個。
來源:西部數碼