修改過程:
1.不要碰conf目錄下的那個(gè)web.xml文件,讓它老死在那里吧。
2.把原來的ROOT目錄清空,里面什么都不要留。刪掉或者改名隨便你怎么弄都成。只要清空就好。
3.發(fā)布你自己的項(xiàng)目到ROOT目錄下,用war包發(fā)布或者用直接拷貝的都一個(gè)效果。保證index.html/index.htm/index.jsp其中一個(gè)存在于ROOT目錄下。
發(fā)布程序\webapps\ROOT\WEB-INF\webxml需有
<!--默認(rèn)首頁定義-->
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>)
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>)
4.刪除%CATALINA%/work目錄下的一切。我就是沒有清理這個(gè)目錄,導(dǎo)致http://localhost:8080永遠(yuǎn)都是那只貓~~~~郁悶
5.重起tomcat。一切搞定