</body>
</html>
最后在web.xml文件中把welcome.jsp文件配置为欢迎文件,
<welcome-file-list>
<welcome-file>welcome.jsp</welcome-file>
</welcome-file-list>
</body>
</html>
最后在web.xml文件中把welcome.jsp文件配置为欢迎文件,
<welcome-file-list>
<welcome-file>welcome.jsp</welcome-file>
</welcome-file-list>