对于 tomcat 只需要 在应用目录下的WEB-INF/web.xml中 增加下面那句
对于 websphere 则需要在 config 目录下的WEB-INF/web.xml中 增加下面那句
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
对于 tomcat 只需要 在应用目录下的WEB-INF/web.xml中 增加下面那句
对于 websphere 则需要在 config 目录下的WEB-INF/web.xml中 增加下面那句
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>