2010-01-12 38 views

回答

3

index.html將優先考慮,但您可以在welcome-file-listweb.xml下更改此項。

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

在部分請求的情況下,上述結構會嘗試index.jsp,然後index.html,然後index.htm

+0

最後一個是index.htm不是html,請更正錯字。 – novice 2010-01-12 14:59:30