先找到 TOMCAT_HOME/conf/web.xml
再看內容找到首頁
大概像這樣
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
然後找個文字編輯器就可以編輯程式檔案了