2013-05-06 52 views

回答

0

改變你的web.xml文件的結構爲:

<welcome-file-list> 
<welcome-file>Name of the html file</welcome-file> 
</welcome-file-list> 
0

web.xml你可以給你需要先證明文件。

默認情況下,它是下面的一個。

<welcome-file>index.html</welcome-file> 

所以在這裏給你的HTML文件的名稱。

<welcome-file>MyHtml.html</welcome-file>