【发布时间】:2012-09-27 04:06:01
【问题描述】:
我的 index.jsp 位于 MyApp/web/views。
在我的 web.xml 中我已经设置了
<welcome-file-list> <welcome-file>web/views/index.jsp</welcome-file> </welcome-file-list>
页面呈现正常,但在浏览器地址栏中显示:localhost:8080/MyApp
我希望它显示完整的地址,例如 localhost:8080/MyApp/web/views/index.jsp。 知道如何制作这个显示器吗?
【问题讨论】: