我的 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。知道如何制作这个显示器吗?