修改tomcat的默认首页有2种方法,
1>删除root目录
2>替换root下的index.jsp
方法2.直接用一个index.jsp代替root下的index.jsp
隐藏主页URL后面路径的方法,直接将自己的subindex.jsp作为iframe插入index.jsp中就可以了
<table width="1124" height="768" cellspacing="0" cellspacing="0" >
<tr valign="top" >
<td width="100%" height="100%"><iframe height="100%" width="100%" frameborder="1" src="index.jsp" scrolling="no"></iframe></td>
</tr>
</table >